The Wayback Machine - https://web.archive.org/web/20220506221926/https://github.com/topics/gatsby
Skip to content
#

gatsby

gatsby logo

Gatsby is a free and open source framework based on React that helps developers build blazing-fast websites and apps.

It helps towards website development working with headless CMS's for modern tooling.

Here are 14,233 public repositories matching this topic...

Joe-Edwards
Joe-Edwards commented Apr 7, 2022

Preliminary Checks

Description

type: bug help wanted good first issue topic: source-plugins
docz
github-profile-readme-generator
jasonbahl
jasonbahl commented Mar 17, 2022

When querying for content or excerpt on content nodes (posts, pages, etc) the content and excerpt fields can be queried for with a format: RAW argument.

The RAW content will only be returned to authenticated users.

The description of the RAW enum should explain this.

Currently the descriptions are as follows:

![CleanShot 2022-03-17 at 12 38 13](https://user-images.githubuser

Enhancement Good First Issue effort: low
alexfinnarn
alexfinnarn commented Jun 24, 2019

Describe the bug

GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.

To Reproduce
Steps to reproduce the behavior:

  1. Create a repo with a readme during the script
  2. See the er
bug help wanted good first issue
ethereum-org-website

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

  • Updated Mar 6, 2022
  • JavaScript
aushwin
aushwin commented Jan 28, 2022

Summary

It would be better If promise based examples are also provided

Basic example

fs.readFile('/Users/joe/test.txt', 'utf8' , (err, data) => {
  if (err) {
    console.error(err)
    return
  }
  console.log(data)
})
import {readFile} from 'fs/promises'


try {
    const data = await readFile('/Users/joe/test.txt', 'utf8')
    console.log(data)
help wanted good first issue docs
marduzca
marduzca commented Apr 3, 2022

Please provide an explanation

React 18 was just released and after upgrading I noticed that my map wasn't showing the markers and polygons I rendered anymore. I tried debugging in several ways, but didn't manage to make it work. So I assume that something has to be adjusted in the library to be compatible with React 18.

Your Environment

os: mac

node --version: 14

react version:

help wanted good first issue needs reproduction

Created by Kyle Mathews & Sam Bhagwat

Released 2015

Latest release 10 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react