Lennart

Results 132 comments of Lennart

Thanks for providing the URLs. We've looked at the builds from @NickBarreto @DennisKraaijeveld and in summary these are the findings: - It's not stuck at "run queries in workers" as...

Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a [minimal reproduction][reproduction]....

Hi! This is "working" as expected as Fast Refresh only allows one export per file to work correctly. See https://www.gatsbyjs.com/docs/reference/local-development/fast-refresh/ The documentation at https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-javascript-frontmatter/README.md needs an update to point this...

> JS Frontmatter plugin requires you to export frontmatter, that it will always break Fast Refresh? Yes, that's correct. Fast Refresh only allows one export per file. > Or is...

It's a limitation of Fast Refresh, you can also learn more here: https://github.com/facebook/react/issues/16604#issuecomment-528663101 I'm out this week, I can look at it more next week.

Yeah, feel free to PR your changes to the main plugin and then we can release a new major (as I'd like to remove the support for `export const frontmatter`...

With https://github.com/gatsbyjs/gatsby/pull/35966 the basis was created to add additional options to the typegen feature. Since https://github.com/gatsbyjs/gatsby/issues/36157 also now came up I think the easiest solution will be having a new...

I don't have time to add that option myself but I'd be happy to help with a PR and review it :)

Hi, thanks for the PR! Linting is complaining about two things: ```shell 564:21 error Replace `response·=·err.response` with `(response·=·err.response)` prettier/prettier 564:21 error Expected a conditional expression and instead saw an assignment...

Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a [minimal reproduction][reproduction]....