ChrisGreenaway

Results 7 issues of ChrisGreenaway

The Delay reset method takes a `dur: Duration` parameter but the docs say "Resets this timeout to an new timeout which will fire at the time specified by `at`". The...

### Problem I tried to install Rust when disk space was low and got the following error: ```error: component download failed for cargo-x86_64-unknown-linux-gnu: could not download file from 'https://static.rust-lang.org/dist/2022-01-20/cargo-1.58.1-x86_64-unknown-linux-gnu.tar.xz' to...

enhancement
help wanted
E-mentor

It should be possible for cargo-local-registry to have multiple different versions of a crate (i.e. the same crate with the same version from multiple sources). One way to achieve this...

enhancement
help wanted

There should be documentation that explains all the command line options. Currently, running `cargo local-registry --help` will show the options, but more detail is needed and the README seems like...

enhancement
help wanted

Seems like this API is pretty stable now. Would you be interested in reflecting that with a 1.0.0 release?

I understand that this is clearly not designed to work on Windows, but it would be good to at least have this library compile on Windows, even if it just...

If one thread calls switch_user_group and gets a guard, a simple assumption about the API would be that the user / group will be set to the values given in...