gatsby
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,173 public repositories matching this topic...
-
Updated
Feb 28, 2022 - TypeScript
-
Updated
Feb 26, 2022 - JavaScript
Currently, few icons are not visible in dark theme. Make them visible by using theme neutral icons. May be we can make use of https://shields.io/ to generate our own kind of badges. For eg: Javascript.
Many user have expressed how useful GraphQL Voyager has been as they work on sites powered by WPGraphQL.
It would be nice to let users use GraphQL Voyager within their WordPress dashboard alongside GraphiQL.
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:
- Create a repo with a readme during the script
- See the er
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Feb 27, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
https://ethereum.org/en/community/grants/
Describe the solution you'd like
Lots of Ethereum-related grant programs out there that we should add!
https://twitter.com/WhiteFlamingo88/status/1497907214828376066?s=20&t=Wn4rya0oQdDPtWc6C3td0w
https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0
-
Updated
Mar 6, 2022 - JavaScript
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
-
Updated
Feb 25, 2022 - Python
-
Updated
Mar 8, 2022 - JavaScript
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)
microsite calendar
Styled Scroll Bars
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Mar 1, 2022 - TypeScript
-
Updated
Mar 1, 2022 - TypeScript
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Mar 7, 2022 - TypeScript
Thank you @JustFly1984 for your work !
Documentation is hard to read, could you just add a little description on each method ?
For example i don't really know what this method is usefull for :
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release 8 days ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org

Preliminary Checks
Summary
Since Gatsby v3.0, `babel-p