Keith

Results 11 issues of Keith

### Problem When a vendored directory is established, `cargo add` no longer adds new packages. Instead, it tries to translate a package name into a package that already exists in...

C-bug
S-accepted
Command-add

Mention in docs, README, and in crate keywords

"Update the STM, passing errors from a Result type." ``` # use crossbeam_arccell::ArcCell; let arc = ArcCell::new(vec![1,2,3,4]); arc.update(|old| old.clone()).unwrap() ```

On Ubuntu, there's a package you can install called `awscli` that allows you to access many different APIs, including that of S3. If you run ``` aws s3 ls --no-sign-request...

There are .asc files that exist alongside many of the rustup files. For this issue, these files don't need to be verified, just downloaded. ``` To add to this issue...

enhancement

Rustup itself currently doesn't validate PGP signatures, however the signatures appear to exist on the server. Possibly use https://github.com/rust-lang/rustup/issues/2028 as a starting point to figure out how to validate everything?

Right now, Panamax only prints progress bars out to stdout. While this looks nice, unfortunately it's not great for automated systems. There should be some level of logging that can...

As a mirror lives, it rotates through different stable, beta, and nightly versions. It will also remove old versions, if that setting is enabled. Unfortunately, when it removes those old...

In one of the new rustup versions, nightly releases appear to be skipped if a built `rustfmt` doesn't exist within it. Because of this, if a mirror only keeps one/two/more...

Hello, I've made a fork a while back of `bitstream-io` that supports AsyncRead and AsyncWrite. If you're interested in seeing the code, it's available here: https://github.com/greedia/bitstream-io I wanted to contribute...