Matt Kane

Results 214 comments of Matt Kane

Hey. It shouldn't be saving the cache if there is an error: the build should fail before `onPostBuild` is run, which is where the cache is saved. I don't think...

Hey. This needs solving in the build plugin rather than here, so I'm going to move the issue. Splitting by route is unfortunately impossible, because the datastore includes the whole...

It's lower priority, but I think it would be worth checking. It's a relatively simple one, because it doesn't support any form of SSR/DSG or functions, so it would just...

Thanks for this! Looking good so far. The issue seems to be with the types for `getData`. Would this be fixed by updating the version of Gatsby in the demo...

I would do a PR to Gatsby (apart from anything, they'll send you some great swag if you do!). However if you don't want to wait, we did previously define...

Great! I recommend the jamstack jammies 😄

This is different from the other issue. It's about being able to update the database without deploying a new build. It's pretty vague right now though, so I'm ok with...

Any answer to this? This would be really useful.

This should be marked as a breaking change, so the major version is incremented

The `custom-routes` demo is mainly testing the redirects, rewrites and headers. It's one that's taken from the next.js monorepo's own e2e tests. I'm using it for the edge router dev....