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,147 public repositories matching this topic...

aaronadamsCA
aaronadamsCA commented Jan 17, 2022

Preliminary Checks

Summary

Since Gatsby v3.0, `babel-p

github-profile-readme-generator
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
ethereum-org-website
minimalsm
minimalsm commented Mar 10, 2022

Describe the bug

Similar to #5642 — at the moment we inconsistently spell MetaMask throughout our site. Searching the codebase there are 144 results for 'MetaMask' (the correct spelling) but also 151 results for Metamask (the incorrect spelling).

To Reproduce
Steps to reproduce the behavior:

  1. Search codebase for 'MetaMask' and 'Metamask' (case sensitive)
  2. See error

**

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)

Created by Kyle Mathews & Sam Bhagwat

Released 2015

Latest release 11 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react