-
Do we want the same wasm memory for multiple tabs ?
Do we care that they would share user's security tokens inside the dotnet memory ?
Do we have vision how "upgrade" should work when one of the t…
-
The server.js should define the `/service-worker.js` path. Resolving it to `join(__dirname, '.next', 'static', pathname)` worked for me [here](https://github.com/kmjennison/nextjs-demo/blob/master/ser…
-
As there was some pushback on this feature in #385 I thought I'd split it out separately for discussion. The reason we want `mutable` and the reason we'd like it to be part of the initial version of D…
-
PR:
- https://github.com/MinaProtocol/mina/pull/16244
- https://github.com/MinaProtocol/mina/pull/16260
-
### What happened + What you expected to happen
I'm serving ML models using Ray serve on Google Cloud.
**After upgrading Ray version from 2.6.3 to 2.7.1**, there is a bug when launching new worker…
-
ImageEdition related issues:
- [ ] [Icons8](https://icons8.com/) ImageEdition is not recoloring an image being used as a background for some elements
- [ ] [Gaidourohora](https://gaidourohora.gr/)…
-
In development environment, some cases me might need to run some additional backend services (cache, custom API…) along with nhost services (GraphQL , auth, storage).
I like to leverage same magicDN…
-
There would be a few ways to do this:
- Simply cache the giant icons JSON file using the service worker, done!
- Dynamically cache when stuff is requested + Manually cache with the cache action
…
-
Worker Service applications use hosting and DI like ASP.Net Core applications, but each BackgroundService has an explicit entry point. Putting `MiniProfiler.StartNew()` and so on in `BackgroundService…
-
We already have a service worker - it's just not doing anything. We should cache assets and API requests - this could really reduce un-necessary load to the `completions` endpoint.