Mikkel Ricafrente
Mikkel Ricafrente
@kkrum, can't deep-link to Zero-Trust dash, but maybe you could base off of/link to the setup instructions at https://dash.teams.cloudflare.com/?to=/:account/gateway/locations/:location/instructions ?
Also, this isn't a request for a modification per se, this was more meant to clarify the current stance for ESM/TS vs. Service Workers so that I don't make a...
Sounds good, @Electroid. On the point about the number of PRs, would it be easier if each changed code block were its own Pull Request, or having a single large...
@Electroid Am I good to go on making the larger PR now, or should wait a bit longer?
Memory for the isolate would still be useful, no? Workers aren't billed on memory(right now anyway), so since that is the metric used for evicting(iirc), then it would be useful...
Just ran into it not working with `WebSocket`s either, which are `class`es, though not sure you can move a `WebSocket` anyway...
Sounds good, I'll start working on it!
~~Followup, should the middleware accept having no `cacheName` as that it should use `caches.default`? It doesn't appear to do that atm, but should take 2 seconds to add, then it...
Hey, haven't had time for this in a while(and unfortunately never got around to finishing it. I'll leave it open if anyone else wants to pick it up(or if I...
The issues I'm hitting mostly come from the TTS system expecting all of the WASM/JS files to be in the same exact configuration(same filename, in the root directory). I tried...