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

notexactlyawe
notexactlyawe commented May 29, 2022

Preliminary Checks

Description

Try

type: documentation good first issue status: confirmed topic: remark/mdx
docz
renatobenks
renatobenks commented Apr 11, 2022

Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in main:

  • #1722
  • #1720
  • #1706
  • #1705
  • #1704
  • #1703
  • #1698
  • #1697
  • #1724

Anyone feel free to pick it up and update your progress h

good first issue
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

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 Jun 30, 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 3 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react