Davyd McColl

Results 122 comments of 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: ![image](https://user-images.githubusercontent.com/4669340/82241408-66341c00-993c-11ea-8697-d1075ada23ad.png) 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 ):

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.

![pwsh-autocompletion](https://github.com/ant-druha/intellij-powershell/assets/4669340/bdf84320-1504-40f1-890c-1e5687a7bde1) 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...