The Wayback Machine - https://web.archive.org/web/20220620142029/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,303 public repositories matching this topic...

nrandell
nrandell commented May 30, 2022

Preliminary Checks

Description

If

help wanted type: documentation good first issue
docz
github-profile-readme-generator
jasonbahl
jasonbahl commented May 27, 2022

As a user, I would like to be able to query a comment by database id.

Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:

{
  post( id: 123, idType: DATABASE_ID ) { __typename, id }
  contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}
Good First Issue ObjectType: Comment Component: Query
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
wackerow
wackerow commented Jun 13, 2022

Describe the bug
Tutorial tag filters are not working appropriately. Getting non-english results when filtering, with inaccurate "count", and slightly confusing results with the external tutorial links.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://ethereum.org/en/developers/tutorials/
  2. Click on any tag... we'll go with "Analytics (1)" here
  3. Scroll down, and
bug 🐛 help wanted good first issue

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
mikeesto
mikeesto commented Jun 5, 2022

Description

Unable to run project locally

Steps to reproduce

  1. gatsby clean or delete cache
  2. Delete node_modules
  3. npm install
  4. npm start

Expected result

Project should load on port 8000.

Actual result

 ERROR #98123  WEBPACK

Generating development JavaScript bundle failed

No element indexed by 23

File: node_modules/gatsby-plugin-mdx/
bug help wanted good first issue
vitalijalbu
vitalijalbu commented Nov 17, 2021

Issue template

Uncaught TypeError: Cannot read properties of undefined (reading 'trim')
I got this error on Autocomplete input component.
here's my code

import React, { useRef, useState } from 'react';
import { Autocomplete } from '@react-google-maps/api';


const AddressField = ({ label, name, placeholder, required, readOnly, initialValue }) => {
  const [value, setValue] = us
help wanted good first issue needs reproduction

Created by Kyle Mathews & Sam Bhagwat

Released 2015

Latest release 13 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react