Sebastian Benz
Sebastian Benz
Thanks for looking into this Demian! Would it be possible to add a button to the page that'll send a notification? For example, the button could simply trigger a backend...
Hm, I'd prefer to avoid storing user data in the backend. Crazy idea: could we trigger the push notification from within a service worker? Button will trigger a request, which...
That was my thinking - not sure if it works :-) >
Thanks for investigating. I think we need to completely re-think how we want to perform caching. Currently, I'm leaning towards an explicit file-system based caching interface.
I haven't heard of any google cloud outages. Did this happen in prod? But we definitely should have some kind of fallback. This is also a DevX problem as development...
Thanks for the details. This was most likely an issue in your prod environment. The runtime version is served from the same endpoint as the AMP runtime which had no...
The fix is already in the latest Next.js canary. Would be great if someone could verify this.
Hm. On a first look it seems like everything is as it should. `title` gets added to `others`, which gets injected between `style-custom` and `boilerplate`. Will investigate.
Yes, that's a good point. We should change the implementation(s) to also support a function that can be passed via the constructor which will calculate the correct option based on...
+1 to requiring absolute hosts