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,387 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
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
Jul 27, 2022 - JavaScript
-
Updated
Jul 31, 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
Jul 28, 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
URL on client page links to itself: https://ethereum.org/en/developers/docs/nodes-and-clients/#clients
-
Updated
Jul 25, 2022 - JavaScript
-
Updated
Jul 21, 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
As the title describes, the "Recent Posts" on the Blog page are broken. Sometimes shows duplicated results and shows different results every time. It should always show the absolute last X posts published on our Blog based on the timestamp, independently of their category.
The image below showcases the Issue.



Preliminary Checks
Description
I'v