Steven Roose
Steven Roose
It seems that the current usage of Reader requires you to copy a lot of bytes from the reader into the buffer. Why is there no way to get access...
I'd like to make a proposal, just so I don't go implement it without having consensus on it being fine. Since `'a` is kinda the default generic lifetime name, it's...
I have been trying out the new alpha version and I think I stumbled upon a kinda-bug. Somehow something that should be possible is not, I think because of the...
So `Attributes` has a generic parameter `'a`, but it doesn't correspond to the same lifetime of the slice inside the reader. It corresponds to the lifetime of the borrow of...
It's not mentioned in the README, but is it possible to read the content of one of the repos (f.e. master branch) in the volume? F.e. to reuse the volume...
It would be nice if all the code that implement the basic ActivityPub primitives would be accessible in a standalone library crate. It would be very useful for developers trying...
This avoids annoying wrong indentation when people use tabs in their editors (like they are supposed to :speak_no_evil:).
I'm observing this quite regularly on my setup. I changed quite a few things (new nixpkgs, replaying many of the active services), but it just hangs and times out and...
Every time I try to rebuild deploy-rs I had compile errors because the Rust I'm using is too old (1.42). It'd be nice if the project could pick a Rust...
When someone uses a Yubikey to for their SSH key or when someone doesn't use ssh-agent, there are currently 4 distinct SSH connections, one in a first step and then...