Matt Kane

Results 214 comments of Matt Kane

I'm afraid I can't be any more specific than "this is being worked on". We're waiting on some new platform features that we need for this to work, but I...

@lbguilherme now that #15475 has landed, are you planning on working on this?

That's great news. Your progress looks good. It's very interesting to me now because React [has added support](https://github.com/facebook/react/commit/cce18e3504fca651051da72cf9c2d126c16eb013) for using `AsyncLocalStorage` in SSR, which Next.js is now using. When your...

Hi @sidartha. I don't work at Gatsby anymore. I do remember fixing another simialr bug related to Safari's lack of lazy loading. My guess is that it's related to the...

Hi. Unfortunately we don't support PnP with Yarn yet. You'd need to set `nodeLinkers: node-modules` for this to build properly.

@dragons-library yes, I'd recommend just ensuring the Netlify plugin runs last, rather than relying on the internals of our build process. Everyone else: in 5.1.2 there are some improvements to...

@JustFly1984 can you respond to @pieh's comment? If this is to be merged we'll need you to address those issues and break these into separate PRs rather than adding more...

Thanks. It's great that you're doing this, but I do think it will be easier for you if you split the parts earlier, rather than after implementing everything.

We're going to need at least one PR per change, so for example one PR for the CSP, one PR for the Flow to TypeScript changes, one for Redux types...

> i mean, seems like a trivial task given that you already support You know that they there say are the two hard problems in computer science?