Daniel Silverstone
Daniel Silverstone
If this is a bug in Rustup, it would likely be in the markdown linewrapper we have, which is pretty simplistic, however looking through that code I cannot see how...
@ketsuban Fascinating. Let me look again. Oh, this isn't help text when running the command, you mean `--help` on the CLI. Hmm It looks like this is part of the...
I'd love to see a solution for this implemented, we might need to switch to a better progress bar implementation to support multiple parallel downloads though.
> I'll try to get to this over the xmas break @rbtcollins That sounds fantastic, thank you.
So one option is we could include the `uname` crate if we don't already, and then use `uname::uname()?.release.find("Microsoft")` to detect WSL. Alternatively we just enable threading for closes always --...
Sounds good. I don't have a WSL setup (yet) but I can try and get one on my gaming platform (rapidly I'm going to have to think of `rustup` as...
Does this remain an issue with wsl2 ? If not, I suggest we close this.
Thanks @dignifiedquire I should indeed have a go with that in case I can get going more quickly than waiting for Sequoia to add Windows support which is currently blocking...
I threw together a very dodgy hack to try with Sequoia here: https://github.com/kinnison/rustup.rs/tree/signed-channels If you wanted to have a go at an equivalent using rpgp, or at least point me...
Just to ensure things are linked: * #1314 talks about external GPG * #241 talks about needing to validate sigs * #242 talks about signing (and validating) `rustup-init` itself.