Results 41 comments of Colin

There should be a "priming" step, ie: `cargo --version`, which will have read/write access to the cargo bin/ directory.

This might not be the right place for a cool `cargo add` implementation, but something I've long wanted is for `cargo add` to check for typosquatting. Simplest way to do...

I've made progress on this - it turns out the Docker docs are incorrect, you need to provide the seccomp profile inline. The bigger question is figuring out how this...

`cargo install` is going to need read/write to the `~/.cargo` directory but does not require access to any projects *unless* the `--path` is provided. If `--path` is provided we need...

Currently the issue with this is I'm not properly redirecting stdin to the container process.

This is great to call out, but it's not clear to me *why* it's faster. Consider this part of regex's docs: https://github.com/rust-lang/regex#usage-avoid-compiling-the-same-regex-in-a-loop * Tells me what the problem is (recompiling...

Where would one begin here? Seems like it's just a matter of matching on the StatusClass, and having the Client's be aware of some sort of backoff policy. I'm interested...

I think I'm seeing the same behavior, but unsure. Regardless, it seems that just changing the `cache-dance` directory such that it's configurable would let this be fixed, or having it...

I worked around this like so. In real code you'd likely want to do something a bit more robust. I haven't tested this much yet but it works so far....

Hey, sorry, not long after this PR the company I worked for was dissolved. I'm no longer working on anything Scylla related. I apologize for any reviewer time that may...