Lennart

Results 132 comments of Lennart

> I think people would like an update on any progress made toward improving the speed of the dev bundle. We constantly do that when we know the root of...

Hi! Please provide a [minimal reproduction][reproduction] that one can run without having credentials for environment variables or content that is unrelated to the failure. [reproduction]: https://gatsby.dev/reproduction

Hi! The `html` field doesn't work in `gatsby develop`, it's only accessible during `gatsby build` so that you can use it for e.g. the `gatsby-plugin-feed`. One could add this limitation...

I'm not 100% sure why that limitation exists and if we can warn against it, this is a bit before my time but I can check if I can get...

Hi! We merged https://github.com/gatsbyjs/gatsby/pull/35650 which means that a new major version of `gatsby-plugin-mdx` will be released on August 16. You can already try it out by installing `gatsby-plugin-mdx@next` & `gatsby@next`....

Feel free to put up a PR and we'll see if our yarn pnp checks are happy

Hi! We merged https://github.com/gatsbyjs/gatsby/pull/35650 which means that a new major version of `gatsby-plugin-mdx` will be released on August 16. You can already try it out by installing `gatsby-plugin-mdx@next` & `gatsby@next`....

So does that also fix https://github.com/gatsbyjs/gatsby/pull/35069 (https://github.com/gatsbyjs/gatsby/issues/34518) and we could remove the note?

> I will say that I didn't really test jsxRuntime and jsxImportSource addition (I'm really not quite sure how to heh) If you set `jsxRuntime` to `automatic` but then use...