Freyja

Results 8 comments of Freyja

@epage Yes, regular cargo commands can interact with the registry just fine. They also seem to respect the `git` configuration (for example, they'll fail if it's misconfigured). I tried running...

Any progress on getting this merged? At my workplace we have a need to support request decompression in our Axum/Hyper based services, and it would be much better if we...

> Apologies if this question is asking the obvious. Would it be possible to specify the maximum permitted request body size after decompression in a lazy way somehow, ie. without...

To resolve these issues, I would suggest that the library is updated such that adding new features can only break code using the crate if mutually exclusive features are enabled...

I have the same issue. It happens on Insider edition (version: 1.81.0-insider) but not on stable (version: 1.80.0). Both installations are using version 0.80.2 of the WSL extension.

> > I've only so far seen this in a fairly large (170k LOC) commercial codebase that I'm working with. > > Is your codebase private? @ShoyuVanilla yes, it's private...

So I poked around in the code a bit more, and managed to actually get a reproducible example in a separate workspace: ```rust use tonic::{body::BoxBody, client::GrpcService}; pub fn foo() where...

I also came across this issue, it only seems to occur when the closure is created in a separate REPL call than the job: ```console > let job = job...