Davyd McColl
Davyd McColl
@vlad20012 that's my point: when I `cargo new` on the cli, these settings aren't applied when I attach the project from within CLion. It's nice that they are used when...
@vlad20012 ok, so I've given up and installed `rustup`: ``` > which rustup; which cargo; which rustc /home/daf/.cargo/bin/rustup /home/daf/.cargo/bin/cargo /home/daf/.cargo/bin/rustc ``` But I still get this:  What am I...
Ok, so I also had to ``` rustup component add rust-src ``` And I couldn't just open the folder and attach Cargo.toml -- I had to `clion Cargo.toml` I also...
Unfortunately, to resurrect something quite old, slotting doesn't seem to be able to solve more recent requirements of side-by-side, specifically net7.0 with net6.0 - eg https://github.com/gentoo/dotnet/issues/516: ``` ❯ emerge dotnet-sdk-bin:6.0...
There was another issue where someone was asking about 6.0 in 7.0 - I've mentioned this discussion and the resolution there. Also, I've learned a little more about slotting, which...
not for me - but I'm also on a new machine, so i've basically had a nuclear win?
👍 I'm trying to move away from `scoop` (too many issues) and lazygit is one of (iirc) three packages I can't get from winget ):
Thanks @KaranKad
Came here to say something similar: I've read what's here and don't feel like I have something to add, but I'm grateful for being included in the conversation.
 In the above image, there are a few occasions where I would have really appreciated some auto-completion - and you can see the "No suggestions" popup that comes when...