The Wayback Machine - https://web.archive.org/web/20220607095824/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,289 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
minimalsm
minimalsm commented Jun 1, 2022

Describe the solution you'd like

Jon Charbonneau from Delphi Digital put out an incredible summary of the Ethereum roadmap called "The Hitchhikers Guide To Ethereum".

We should add some links to this guide on ethereum.org.

Some places that might make sense:

  • [Upgr
feature 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
benhalverson
benhalverson commented Aug 18, 2020

Summary

Create a new page that includes the nodejs calendar.
The url should be something like nodejs.dev/sites/calendar

Tracking issue #275

Motivation

This page will replace https://nodejs.org/calendar

  • Initial feature implementation nodejs/nodejs.dev#1713
  • Figure out why the calendar is displaying wrong time for an event. Only showing month v
enhancement 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 14 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react