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,315 public repositories matching this topic...
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
-
Updated
Jun 3, 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.
-
Updated
Jun 30, 2022 - TypeScript
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 }
}
-
Updated
Jun 29, 2022 - TypeScript
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
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:
- Go to https://ethereum.org/en/developers/tutorials/
- Click on any tag... we'll go with "Analytics (1)" here
- Scroll down, and
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jun 17, 2022 - TypeScript
(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
May 19, 2022 - Python
microsite calendar
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
Styled Scroll Bars
-
Updated
Jun 18, 2022 - JavaScript
-
Updated
Jun 29, 2022 - TypeScript
-
Updated
Jun 28, 2022 - TypeScript
-
Updated
Jun 20, 2022 - TypeScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Jun 29, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Jun 26, 2022 - TypeScript
-
Updated
Jun 28, 2022 - JavaScript
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
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release 9 days ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org
Preliminary Checks
Description
Acc