Alex
Alex
Hey! Any news on this? Can one somehow hack this serde repo in as dependency? When I tried to use it from cargo via "git = ..., branch = ...",...
I think @AmaranthineCodices needs to fix the CI / Test suite before @dtolnay is going to look at this.
I'm also still hoping for this PR to be merged... We can just hope that @dtolnay will pick this up. 😓
Not sure if this helps, but I have a similar problem and looked through tons of SO posts and tried various hacks. For a zlib-stream encoded websocket connection, you need...
Workaround to use the "fixed" build - edit your build-command to the following: `cargo install -q --git https://github.com/cloudflare/workers-rs && worker-build --release`
@dtolnay Can we please get an information what is with this PR? There's lots of people waiting for this particular feature and the workaround to compile AmranthineCodices branch manually is...
Hello @MrCoffey , do you have a docker image for your modified version? @Mainainer I'd really appreciate if this PR could be merged.
Why would it be bad to give access to the dispatches? I don't see a loss of anything in that, or is there any?
I've been testing with a store-impl which I called "DelegatingCacheStore" Caches or delegates to another store, with redis impl, and that seems to work nice though. Anyhow I'm also open...
Exactly, I get live updates from the gateway and can't access them from the rest module without additional layer. I'm talking about a distributed architecture, where different applications build the...