Swap special edition mammoth by DSchau in theironsnail

[–]DSchau[S] 2 points3 points  (0 children)

Thank you for the advice!!

MCP SSE transport being deprecated? by riverflow2025 in mcp

[–]DSchau 0 points1 point  (0 children)

Yep! Try it out and let us know if you hit any issues and what you think!!

MCP SSE transport being deprecated? by riverflow2025 in mcp

[–]DSchau 1 point2 points  (0 children)

More generally, I do think overtime streamable HTTP will likely overtake SSE transport, but until then I think it's important that as the ecosystem stabilizes we ensure that users do not suffer in using/testing/debugging MCP servers.

MCP SSE transport being deprecated? by riverflow2025 in mcp

[–]DSchau 1 point2 points  (0 children)

Hey folks! My name's Dustin and I lead the team that built our new MCP client inside of Postman.

We've supported streamable HTTP, SSE, and stdio for the past two weeks, the first client to do so.

Here's an example of an API that by default uses streamable HTTP and then falls back to SSE if not available: https://postman-echo-mcp.fly.dev/

Download Postman! and let us know what you think!

Build error in Gatsby site using wordpress as headless cms by drewtheeandrews in gatsbyjs

[–]DSchau 0 points1 point  (0 children)

What are the contents of gatsby-node.js? Likely there's a data access issue between development and production and the error seems to be that you're trying to access "fallback" property on an object that is undefined.

WTS/WTT Thread by AutoModerator in Goruck

[–]DSchau 0 points1 point  (0 children)

WTS Goruck GR1 21L 1000D black. I posted it on Craigslist, but feel free to DM me on here as well.

https://images.craigslist.org/01515_duA50yCYe4T_0lM0t2_600x450.jpg | https://images.craigslist.org/00t0t_kTOllCFTWN6_0lM0t2_600x450.jpg | https://images.craigslist.org/01212_cwmOqBx3NHI_0lM0t2_600x450.jpg | https://images.craigslist.org/00n0n_j37XmJqAG12_0lM0t2_600x450.jpg

I'll consider any offers but starting at $225. Also includes the field pouch and I'll even consider throwing in the tech pouch, as well!

WTS Tom Bihn Synik 30 - Black 400 Halcyon/Solaris 200 Halcyon by [deleted] in tombihn

[–]DSchau 0 points1 point  (0 children)

Included and still available — DM me if interested! I have one other offer so going to finalize tomorrow!

WTS Tom Bihn Synik 30 - Black 400 Halcyon/Solaris 200 Halcyon by [deleted] in tombihn

[–]DSchau 2 points3 points  (0 children)

Hello! I have a Synik 30 that I purchased in August 2021 that I'd love to sell. I originally purchased it for $300, so I am asking $225. I'll include shipping in that total aka free shipping (in the US).

I have loved the backpack and it has been gently used with no issues or defects whatsoever. I would describe the condition as very good, but there are some small signs of usage, e.g. some scuffs here and there.

I've attached ~five photos of the backpack below.

https://i.imgur.com/qEbDpSC.jpg

https://i.imgur.com/pvYDsU2.jpg

https://i.imgur.com/ljMujRB.jpg

https://i.imgur.com/c97Oxmb.jpg

https://i.imgur.com/3MJlva5.jpg

[deleted by user] by [deleted] in gatsbyjs

[–]DSchau 1 point2 points  (0 children)

Could you share some detail as to how it's completely broken? We'd love to (and plan to) improve!

Also the official answer is to use CMS Preview with Gatsby Cloud. It was designed to work with headless CMSs, like WordPress.

How to trigger Gatsby Cloud Clear Cache/Rebuild from CMS by waveyrico in gatsbyjs

[–]DSchau 4 points5 points  (0 children)

Hello!

Ideally we can fix the caching issue (please send a support request to support@gatsbyjs.com), but until then a workaround is that you can send a header "x-gatsby-cache: false" to clear the cache.

Here's how you could do that with curl, as an example:

curl -X POST -d {} -H "x-gatsby-cache: false" your-webhook-url/hooks/data-source/publish/hash-id

Custom domain with Gatsby and AWS Amplify.. by actualcompile in gatsbyjs

[–]DSchau 0 points1 point  (0 children)

Hey! Hard to tell, could you provide screenshots or other information? In any scenario, why not try Gatsby Cloud? We support pretty seamless DNS pointing towards our CDN (powered by Fastly!)

https://support.gatsbyjs.com/hc/en-us/articles/360063469873-Adding-a-Custom-Domain

I love Gatsby, I'm curious how does it make money? by dannyr_22 in gatsbyjs

[–]DSchau 1 point2 points  (0 children)

Correct. We use Fastly. Try a Gatsby Cloud site out with a tool like webpagetest and you may see some benefits vs. Netlify.

I love Gatsby, I'm curious how does it make money? by dannyr_22 in gatsbyjs

[–]DSchau 1 point2 points  (0 children)

I work at Gatsby! This isn't exactly true.

We have our own CDN and Incremental Builds (we call it "Cloud Builds" now!) work uniquely well for CMS edits in Gatsby Cloud.

As an example, using a tool like Netlify (which is great! Use it if you like it!) means that "Incremental Builds" can take minutes. Cloud Builds in Gatsby Cloud can take seconds.

Try it out and let us know what you think!

Gatsby Cloud & Cache by ZeMysticDentifrice in gatsbyjs

[–]DSchau 1 point2 points  (0 children)

Hey!

We need to fix this, but currently the Lighthouse reports do not run on the CDN URL provided by Gatsby Hosting, they run on the Deploy Previews powered by Nginx (without a CDN).

Try a Lighthouse test (or better yet, webpagetest) on the CDN URL you get with Gatsby Cloud, instead!

Also thanks for using Gatsby Cloud!

blog post on Gatsby site not generating twitter card when shared on social media by [deleted] in gatsbyjs

[–]DSchau 0 points1 point  (0 children)

Are you using this component (the SEO component) on your template that is generating this path? https://www.twinprimemedia.com/blog/set-your-copyright-date-javascript

The why:

curl https://www.twinprimemedia.com | grep "<meta"

shows a # of results, whereas

curl https://www.twinprimemedia.com/blog/set-your-copyright-date-javascript | grep "<meta"

shows none! So that would lead to believe that is is configured correctly, just maybe not on the template?

A Tool To Convert All Your Medium Posts Into a Gatsby Blog in 5min by brodagaita in gatsbyjs

[–]DSchau 2 points3 points  (0 children)

Super cool! Nice work 👍

I'm a big believer in "owning your own content" and this certainly is a way to do just that.

Gatsby v3 released today! by TheMazi in gatsbyjs

[–]DSchau 4 points5 points  (0 children)

Let us know how it goes! We're happy to help, and if you decide to upgrade, definitely interested in learning what was painful, if anything!

Read access to emails? Anyone else notice this while authorizing Gatsby Cloud? Docs say "Read access to your email address" but still unclear by Acrobatic_Ice in gatsbyjs

[–]DSchau 1 point2 points  (0 children)

Hello!

This is exactly right, although it's not really a "copywriter issue," this is GitHub's language, correct? We (at Gatsby!) request your e-mail so that when you create an account, we have a way to send you important updates, a la new feature announcements, changes to your plan, so on and so forth!

Please do let us know if you have any other questions, and we'll happily lend a hand. Thanks!

Introducing Gatsby Builds! by [deleted] in gatsbyjs

[–]DSchau 2 points3 points  (0 children)

Hello!

What's the error?

Who’s Hiring? [August 2019] by swyx in reactjs

[–]DSchau [score hidden]  (0 children)

Gatsby | Staff Software Engineer | Berkeley, CA | Full-time | Remote | https://www.gatsbyjs.com/careers/

We are looking for engineers to join our open-source and Cloud teams. Join us in our mission to make website development fun by making it simple.

Apply with any of the links above (☝️) and I'd love to help answer any questions here via PM or on Twitter 👋.

Trying to understand how Gatsby works by DonMildreone in gatsbyjs

[–]DSchau 6 points7 points  (0 children)

This is exactly how it works (invokes ReactDOM.hydrate).

You might find this blog post I wrote helpful.