DSchau/algorithm-playground 30
A live-editing visual comparison of a number of different JavaScript sorting algorithms
DSchau/angular-webpack-simple 3
A simple boilerplate for angular 1.x and webpack
abhi-test-org/gatsby-example-structured-logs 0
An example showing structured logs
amberley dot dev
boborchard/gatsby-starter-service-relief-poc 0
Gatsby starter for Service Relief websites
DSchau/-gatsby-blog-cosmicjs- 0
🚀⚡️ Blazing fast blog built with Gatsby and Cosmic JS 🔥
DSchau/-gatsby-example-dato-instance-failure-maybe- 0
Sample DatoCMS website built with GatsbyJS
Gatsby starter for a Contentful project from the community.
Solutions to advent of code (starting with 2017)
push eventgatsbyjs/gatsby
commit sha ef7abd8ce3e44daba2c75b96e72baf9ac888deb3
chore: tweak algolia instantsearch component
push time in a day
pull request commentalgolia/docsearch-configs
chore: add Gatsby unified domain to scraping
@s-pace one more question -- do the links change? e.g. from instantsearch on .org will the links go to .com? (If so -- we'll definitely want to ensure that is not the case)
comment created time in 4 days
pull request commentalgolia/docsearch-configs
chore: add Gatsby unified domain to scraping
@s-pace thank you 🙏 I really appreciate your help on this. A+ from Algolia 💜
comment created time in 4 days
pull request commentalgolia/docsearch-configs
chore: add Gatsby unified domain to scraping
It's the same content! Should we remove the gatsbyjs.org/docs/ from this PR, then?
comment created time in 4 days
pull request commentalgolia/docsearch-configs
chore: add Gatsby unified domain to scraping
@s-pace ready our end, at least from a content perspective.
Question -- what happens when this is merged? gatsbyjs.com/docs/ is largely duplicative of gatsbyjs.org/docs/? Is there some type of de-duping automatically?
comment created time in 5 days
push eventDSchau/docsearch-configs
commit sha cdb28b5ecac72ee888700ee152e929a5c48d4135
update jreviews
commit sha ef369d605df1460d5ece043372e615d978af411a
move to https://i18n.nuxtjs.org/ resolves nuxt-community/i18n-module#800
commit sha cfc57386b1e8845231468b5206ca55829ba0d263
feat: indexing CLI options follow up on facebook/docusaurus#3172
commit sha ba038139570e64184583fc31b6f18332abea5f3c
disable tenlahoa
commit sha d57afa571508a01eb8911920996aeff310b46f60
disable thegooddocs
commit sha 414bd657a3733a11e0a5fcfbc446d3a5ffb0df09
disable webpivottable_zh
commit sha 5ab86ab8fc853d29416cf33a25747d48462d5dcc
disable workfusion_aws-docrus
commit sha 07f4e196f69dc2fa5ec65669e4fb2d2f49501b70
disable nidafarooqui_erp
commit sha b87309c529701da9e7e77e0e24f0887b8da3e3c7
Merge pull request #2277 from algolia/hub/nidafarooqui_erp disable nidafarooqui_erp
commit sha 0fc9d2518d57eb5d39005f376cddc80e5f66b09d
Merge pull request #2276 from algolia/hub/workfusion_aws-docrus disable workfusion_aws-docrus
commit sha b9f0fa8f0e12c9a6f97e4e47ad3f3c0295a6f1b2
Merge pull request #2275 from algolia/hub/webpivottable_zh disable webpivottable_zh
commit sha e9623ab27ae5e65bd108ab63097c6e902010e96e
disabling like #2275
commit sha 3bc2bb6f97e33bf3c79eb451c9a136432a27bb31
Merge pull request #2274 from algolia/hub/thegooddocs disable thegooddocs
commit sha 899fb1d774f6c457bfde1b41aa8d92cf5c41e61b
Merge pull request #2273 from algolia/hub/tenlahoa disable tenlahoa
commit sha 3c4f53877c16f9666b419b04d5cb730593933e59
Index cert-manager v0.15-docs Signed-off-by: Maartje Eyskens <[email protected]>
commit sha 6ba075651bf7c863818373ac4e23fcab0595f4f6
deploy alongwith algolia/aws-docsearch#5
commit sha b0f674925929175051b80d20090d0633833039b9
Merge branch 'master' into patch-2
commit sha 3839520fc41be47772419b73f47da3eab7dea095
Merge pull request #2278 from meyskens/patch-2 Index cert-manager v0.15-docs
commit sha 65e42421c7448d272516c3fa0b15a4e45235c7c3
deploying #2278
commit sha 4abe74437e35450e115f511315c9a2605988c3b8
update reactant
push time in 6 days
startedexcalidraw/excalidraw
started time in 6 days
created repositoryDSchau/2020-08-05
Gatsby starter for a Contentful project from the community.
created time in 6 days
created repositoryDSchau/gatsby-blog-contentful-2020-08-05
Gatsby starter for a Contentful project from the community.
created time in 6 days
created repositoryDSchau/gatsby-blog-2020-08-05
Gatsby starter for a Contentful project from the community.
created time in 6 days
created repositoryDSchau/gatsby-example-2020-08-05-x
Gatsby starter for a Contentful project from the community.
created time in 6 days
created repositoryDSchau/gatsby-example-2020-08-05
Gatsby starter for a Contentful project from the community.
created time in 6 days
push eventgatsbyjs/gatsby
commit sha 6afe6ce3b6ab56dcce883d8fb4117e2444622587
chore: Add Strapi benchmark (#26245) Co-authored-by: Rémi de Juvigny <[email protected]>
push time in 6 days
PR merged gatsbyjs/gatsby
Description
Hello Gatsby team!
This PR adds benchmarking setup for Strapi. I'll reach you privately to send over the enironment variables.
It's not 100% ready yet, but I'm opening the PR so you can tell me if this is what you expect.
pr closed time in 6 days
Pull request review commentgatsbyjs/gatsby
+exports.createPages = async ({ graphql, actions }) => {+ const { createPage } = actions+ const result = await graphql(+ `+ {+ articles: allStrapiArticle {+ edges {+ node {+ strapiId+ id+ }+ }+ }+ }+ `+ )++ if (result.errors) {+ throw result.errors+ }++ // Create blog articles pages.+ const articles = result.data.articles.edges++ articles.forEach((article, index) => {+ createPage({+ path: `/article/${article.node.id}`,+ component: require.resolve("./src/templates/article.js"),
Sure -- but can be follow up. Let's get this merged!
comment created time in 6 days
startedgatsbyjs/desktop
started time in 7 days
Pull request review commentalgolia/docsearch-configs
chore: add Gatsby unified domain to scraping
"tags": [ "blog" ]+ },+ {+ "url": "https://www.gatsbyjs.com/docs/",+ "tags": [+ "docs"+ ]+ },+ {+ "url": "https://www.gatsbyjs.com/cloud/docs/",+ "tags": [+ "docs"
Unsure if this should be a separate tag? (actually not sure how this works). Feedback welcome!
comment created time in 8 days
push eventDSchau/docsearch-configs
commit sha 985112d62b452076085a8560e7095fe5340d7add
move to docusaurus v2 + DocSearch v3
commit sha 385a69178eef4cb71196610ce80a41c9ccb86cd1
Merge branch 'master' into gatsby-update
push time in 8 days
PR opened algolia/docsearch-configs
Pull request motivation(s)
We're hoping to additionally scrape our Cloud documentation (gatsbyjs.com) by August 12th, which will live at gatsbyjs.com/docs/cloud and we'll have additional docs on this page, many of which are currently on the open-source documentation page (so please, please tag me in if I can help with any kind of approval / de-duping of these duplicate results!).
We'll be deploying the updates to the site by end-of-week (August 7th), which will give you all a few days to ensure we have data flowing through. Please feel free to tag me in if I can help with anything, or if we need to remove any duplicates or that kind of thing before the launch date.
cc @s-pace as info
Additional Context
Opened a support ticket with Algolia (Matthew Bond) who shared the following info:
To make sure there is no interruption on the search experience, please submit a PR against your DocSearch configuration with the new domain. Please mention in the PR's body the exact date when the documentation will be available from the .com website.
The most efficient way to handle this move would be to do a silent release on your .com website. It will enable us to crawl the website first. We can merge the PR within a day if the PR is submitted during the week. Please tag the Github handle @s-pace in the PR.
pr created time in 8 days
startedduffn/brolong
started time in 11 days
created repositoryDSchau/gatsby-test-07-31-2020
Gatsby starter for creating a blog
created time in 11 days
Pull request review commentgatsbyjs/gatsby
Telemetry flush events fixes and covert more of telemetry to TypeScript
describe(`Errors Helpers`, () => { const sanitizedErrorString = sanitizeError(e, `/`) - expect(sanitizedErrorString.includes(errormessage)).toBe(true)+ expect(sanitizedErrorString.includes(errorMessage)).toBe(true) expect(sanitizedErrorString).toEqual( expect.not.stringContaining(`sidharthachatterjee`) )- expect(sanitizedErrorString.match(/\$SNIP/g).length).toBe(4)+ const result = sanitizedErrorString.match(/\$SNIP/g)+ expect(result).toBeTruthy()+ if (result === null) {
Ahhhhhhh got it. I should probably pull this down, but I think something like this would work.
const result = sanitizedErrorString.match(/\$SNIP/g) as string[]
but sanity check me 🙃 I think updating code for TypeScript correctness is super weird.
comment created time in 14 days
Pull request review commentgatsbyjs/gatsby
Telemetry flush events fixes and covert more of telemetry to TypeScript
describe(`Errors Helpers`, () => { const sanitizedErrorString = sanitizeError(e, `/`) - expect(sanitizedErrorString.includes(errormessage)).toBe(true)+ expect(sanitizedErrorString.includes(errorMessage)).toBe(true) expect(sanitizedErrorString).toEqual( expect.not.stringContaining(`sidharthachatterjee`) )- expect(sanitizedErrorString.match(/\$SNIP/g).length).toBe(4)+ const result = sanitizedErrorString.match(/\$SNIP/g)+ expect(result).toBeTruthy()+ if (result === null) {
Isn't this redundant? If result is null, the toBeTruthy will fail, yeah?
comment created time in 14 days
push eventgatsbyjs/gatsby
commit sha a5f6c9fdb108163974ec1e781cd053a187ca8c0e
docs: use hello-world starter in quick start guide instead of default starter (#25914) * Small tweak to see if we can reduce errors driven by the default starter using and its dependency on sharp. * chore: format * Reverted working directory name A change to address feedback about changing the name to preserve continuity with current manual recipes. Co-authored-by: gatsbybot <[email protected]>
push time in 20 days
PR merged gatsbyjs/gatsby
Description
An update to the quick start page to direct users to use the hello world starter to try to ease the onboarding. As of 7.21.20, 62,438 users have failed to ever run gatsby develop because they run into the following error:
There was a problem loading the local develop command. Gatsby may not be installed in your site's "node_modules" directory. Perhaps you need to run "npm install"? You might need to delete your "package-lock.json" as well.
After some analysis with @DSchau, we concluded that this is most likely due to an npm install failure resulting in an incomplete install. Most often that failure comes from image-sharp failing.
Since the default starter uses gatsby-image and requires image-sharp, we wanted to run an experiment to see if directing Quick Start users to use the hello-world starter in lieu of the default starter would naturally drive down this specific error and its affect on users actually getting started with Gatsby.
Documentation
This is a documentation change.
Related Issues
None initially, but feel free to comment and connect in any issues.
pr closed time in 20 days
issue commentgatsbyjs/gatsby
Thinking very briefly about this -- I think what we'd want to do is:
Enable querying by a GIF, however this would be wrapped by a performant / optimized video element.
The specifics would be the interesting piece (e.g. what tools do we use, what is the API, etc.) but I think this could be a fairly interesting use case, particularly if similar functionality is implemented and available in the Remark / MDX space.
comment created time in 21 days
Pull request review commentgatsbyjs/gatsby
docs: use hello-world starter in quick start guide instead of default starter
npm install -g gatsby-cli ### Create a new site ```shell-gatsby new gatsby-site+gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world ``` ### Change directories into site folder ```shell-cd gatsby-site+cd hello-world
I think that's phraseology? I don't see that being confusing after this change?
comment created time in 21 days
Pull request review commentgatsbyjs/gatsby
docs: use hello-world starter in quick start guide instead of default starter
npm install -g gatsby-cli ### Create a new site ```shell-gatsby new gatsby-site+gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world ``` ### Change directories into site folder ```shell-cd gatsby-site+cd hello-world
Good point! Best as I can tell, the recipe at docs/recipes/working-with-plugins.md would need to be updated.
comment created time in 21 days
issue commentgatsbyjs/gatsby
Update `gatsby new` to keep you in the new project directory
One thing to note is that this is definitely a breaking change.
I've seen a number of tutorials (notably, our own, e.g. https://www.gatsbyjs.org/docs/quick-start/) that would need augmented to remove the cd step. Further still, some users have ingrained this mental model of (as an example) gatsby new whatever && cd whatever, which would require some re-training / fixing with this change.
comment created time in 21 days
Pull request review commentgatsbyjs/gatsby
docs: use hello-world starter in quick start guide instead of default starter
npm install -g gatsby-cli ### Create a new site ```shell-gatsby new gatsby-site+gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world ``` ### Change directories into site folder ```shell-cd gatsby-site+cd hello-world
I'm cool with it!
comment created time in 22 days
Pull request review commentgatsbyjs/gatsby
docs: use hello-world starter in quick start guide instead of default starter
gatsby develop Gatsby will start a hot-reloading development environment accessible by default at `http://localhost:8000`. -Try editing the JavaScript pages in `src/pages`. Saved changes will live reload in the browser.+Try editing the home page in `src/pages/index.js`. Saved changes will live reload in the browser.
Good tweak!
comment created time in 22 days
Pull request review commentgatsbyjs/gatsby
docs: use hello-world starter in quick start guide instead of default starter
npm install -g gatsby-cli ### Create a new site ```shell-gatsby new gatsby-site+gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world ``` ### Change directories into site folder ```shell-cd gatsby-site+cd hello-world
What's the thinking behind changing this? (and above ☝️ )
Not against it -- just curious!
comment created time in 22 days
startedadobe/react-spectrum
started time in a month
Pull request review commentgatsbyjs/gatsby
maintenance(www): Create nav item links for doc pages
+const _ = require(`lodash`)+const { loadYaml } = require(`./load-yaml`)+const navLinks = {+ docs: loadYaml(`src/data/sidebars/doc-links.yaml`),+ tutorial: loadYaml(`src/data/sidebars/tutorial-links.yaml`),+ contributing: loadYaml(`src/data/sidebars/contributing-links.yaml`),+}++/**+ * Flatten a nav hierarchy and append information about parents and children.+ */+function* flattenList(itemList, parents = []) {
Why is this a generator function?
comment created time in a month
pull request commentgatsbyjs/gatsby
chore(gatsby-source-wordpress): add deprecation notice and link to beta WP source plugin
@TylerBarnes makes sense to me! I think this will be a reasonably non-invasive (but important!) effort to drive more awareness and usage of gatsby-source-wordpress-experimental, ultimately leading to a better release of this particularly important plugin for Gatsby!
@pieh what are your thoughts? Curious if the option is enough to mitigate concern, or if you have other ideas for what we could or should do here!
comment created time in a month
push eventDSchau/maggieanddustin.com
commit sha 7c8dcf0a716fd9cb22de6bef083d5db1db09cfe6
Example (#10)
push time in a month
push eventDSchau/maggieanddustin.com
commit sha 04839420f151f904aac1c185625102aa31e2f0ec
chore: update
commit sha 67d821c9a39e1f1001330c3918c71cbee93c8324
Merge branch 'master' into example
push time in a month
push eventDSchau/maggieanddustin.com
commit sha 04839420f151f904aac1c185625102aa31e2f0ec
chore: update
push time in a month
push eventDSchau/maggieanddustin.com
commit sha 243010a0102fe5770d18dc580c4b45261b5cc1e3
chore: try try again
commit sha 6508c8389e640822fc40a744bedf2fad863f91da
Merge branch 'master' into example
push time in a month
push eventDSchau/maggieanddustin.com
commit sha 243010a0102fe5770d18dc580c4b45261b5cc1e3
chore: try try again
push time in a month
push eventDSchau/maggieanddustin.com
commit sha e020a624335ff013a32d28a2761e8ee2cf2b512e
chore: update
commit sha ffb2116a870daa05ac8d566d23670ec6433e864a
Merge branch 'master' into example
push time in a month
push eventDSchau/maggieanddustin.com
commit sha e020a624335ff013a32d28a2761e8ee2cf2b512e
chore: update
push time in a month
PR closed DSchau/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
<!-- Write a brief description of the changes introduced by this PR -->
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in a month
PR opened DSchau/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
<!-- Write a brief description of the changes introduced by this PR -->
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr created time in a month
Pull request review commentgatsbyjs/gatsby
+---+title: "Gatsby Days Reconfigured"+date: 2020-06-23+author: Dustin Schau+excerpt: With all the momentous events of recent weeks, we decided -- after a lot of discussion and thought -- to reconfigure this month’s planned Gatsby Days. Now is not the right time to take attention and space away from the Black Lives Matter movement. Transforming Gatsby Days from a live event into a video and blog content series allows us to share all the amazing speakers and learning opportunities of the live event in a way that the community can access as the time is right for each of us. Today’s post is the first in the series, presenting all the product and program announcements that we had planned for the original online event.+tags:+ - announcements+ - gatsby-days+ - community+---++Events over this past month have been truly momentous. While many of us struggle to recognize and address the damage caused by systemic racial injustice and oppression in the US, at Gatsby we are doing our best to meaningfully support the Black Lives Matter movement. This is why we made the decision to reconfigure Gatsby Days from the live online event originally planned for today and tomorrow.++We feel now is simply not the time to take attention and space away from the Black Lives Matter movement. Transforming Gatsby Days from an event into a video and blog content series allows us to share all the amazing speakers and learning opportunities of the live event in a way that the community can access as the time is right for each of us.++Today’s blog post is going to be a long one, because this is where we are sharing the new programs and products we had planned to announce at this week’s Gatsby Days. We are following up with individual posts featuring recorded presentations from the Gatsby community members who were scheduled to speak. We are sorry to miss gathering, even virtually, and we thank everyone for understanding -- and supporting -- the change. Until we can meet again, please enjoy the recorded presentations and demos from Gatsby Days Reconfigured.++**[New from Gatsby](#New-from-Gatsby)**++- [Gatsby Partner Program](#Gatsby-Partner-Program)
You can grab the hashes by navigating to the blog post, and then hovering over a header and clicking, e.g.

comment created time in 2 months
Pull request review commentgatsbyjs/gatsby
+---+title: "Gatsby Days Reconfigured"+date: 2020-06-23+author: Dustin Schau+excerpt: With all the momentous events of recent weeks, we decided -- after a lot of discussion and thought -- to reconfigure this month’s planned Gatsby Days. Now is not the right time to take attention and space away from the Black Lives Matter movement. Transforming Gatsby Days from a live event into a video and blog content series allows us to share all the amazing speakers and learning opportunities of the live event in a way that the community can access as the time is right for each of us. Today’s post is the first in the series, presenting all the product and program announcements that we had planned for the original online event.+tags:+ - announcements+ - gatsby-days+ - community+---++Events over this past month have been truly momentous. While many of us struggle to recognize and address the damage caused by systemic racial injustice and oppression in the US, at Gatsby we are doing our best to meaningfully support the Black Lives Matter movement. This is why we made the decision to reconfigure Gatsby Days from the live online event originally planned for today and tomorrow.++We feel now is simply not the time to take attention and space away from the Black Lives Matter movement. Transforming Gatsby Days from an event into a video and blog content series allows us to share all the amazing speakers and learning opportunities of the live event in a way that the community can access as the time is right for each of us.++Today’s blog post is going to be a long one, because this is where we are sharing the new programs and products we had planned to announce at this week’s Gatsby Days. We are following up with individual posts featuring recorded presentations from the Gatsby community members who were scheduled to speak. We are sorry to miss gathering, even virtually, and we thank everyone for understanding -- and supporting -- the change. Until we can meet again, please enjoy the recorded presentations and demos from Gatsby Days Reconfigured.++**[New from Gatsby](#New-from-Gatsby)**++- [Gatsby Partner Program](#Gatsby-Partner-Program)
These need to be lowercased.
comment created time in 2 months
PR closed dustin-schau-test-org/test-site-gastby
pr closed time in 2 months
PR closed dustin-schau-test-org/test-site-gastby
pr closed time in 2 months
PR opened dustin-schau-test-org/test-site-gastby
pr created time in 2 months
Testing forks
fork in 2 months
PR closed gatsbyjs/themes
(Testing forked netlify builds -- and this was a quick way to do so)
pr closed time in 2 months
PR opened gatsbyjs/themes
(Testing forked netlify builds -- and this was a quick way to do so)
pr created time in 2 months
issue commentgatsbyjs/gatsby
[CLI] UX - Remote download progress not visible
@polarathene I mean -- yes, and also I read the issue as well and I think asking for a reproduction is abundantly fair.
You state here:
I can provide a repo for trying this, but it's really going to depend on your network speed.
Could you provide this, please? It's far far easier to get up and debugging this (particularly when it appears to be network dependent) when we have something to go on, and it's immensely helpful.
A .gif or something visual to demonstrate the issue as clearly as possible would also help.
We'd appreciate it; thank you.
comment created time in 2 months
push eventgatsbyjs/gatsby
commit sha fac20aec80e7c37c277f739f6d87838952e4ea9a
chore(showcase): Add bold.org into showcase (#25079)
push time in 2 months
PR merged gatsbyjs/gatsby
Description
Add bold.org into showcase sites
not sure if any other category matches.
pr closed time in 2 months
PR closed gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Testinog again
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in 2 months
PR closed gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Testinog again
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in 2 months
PR closed gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Testinog again
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in 2 months
PR opened gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Testinog again
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr created time in 2 months
PR closed gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Ignore this. Testing!
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in 2 months
PR opened gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Ignore this. Testing!
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr created time in 2 months
pull request commentgatsbyjs/gatsby
WIP - Refactor Contentful Rich Text Field integration
@axe312ger
this won't be breaking when not using rich text. Rich text users would require to extend their query if they use linked entities and change 2-3 lines of code per template file.
this is breaking then, right? If a user has to change their code (e.g. if they're using RichText) then we should designate this release as such (e.g. bump to a new major version).
Nicely done here!
comment created time in 2 months
issue commentgatsbyjs/gatsby
Please provide a production grade complete example of gatsby for apps
@kaushalyap the follow disclaimer:
Don't use this for anything real!
means that this is "for fun," but it absolutely is an example of how you could build a production-ready "app" for Gatsby. As you've already noted, I'd recommend reading the above blog post.
comment created time in 2 months
startedvercel/vercel
started time in 2 months
push eventgatsbyjs/gatsby
commit sha 68976dde3e25ee4c6186e0a59c50afb33ef6fed0
chore: add cosmicjs data updating script (#24618) Co-authored-by: jazibsawar <[email protected]>
push time in 2 months
PR merged gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
Supercedes #24580
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr closed time in 2 months
push eventDSchau/gatsby
commit sha b95926d995fef767508b80dcb829d59690bb9566
Update update-post.js
push time in 2 months
pull request commentgatsbyjs/gatsby
Add Cosmic Benchmark Update Post Script
@jazibsawar thanks for opening this! Closing in favor of #24580
comment created time in 2 months
PR opened gatsbyjs/gatsby
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) -->
<!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description
<!-- Write a brief description of the changes introduced by this PR -->
Documentation
<!-- Where is this feature or API documented?
- If docs exist:
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/learning for review, pairing, polishing of the documentation -->
Related Issues
<!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234
Link to an issue that is partially addressed by this PR (if there are any) e.g. Addresses #1234
Link to related issues (if there are any) e.g. Related to #1234 -->
pr created time in 2 months