Max “Goldstein” Siling

Results 120 comments of Max “Goldstein” Siling

Yes, I’m running these commands. ```console $ uname -a Linux think 5.19.5 #1-NixOS SMP PREEMPT_DYNAMIC Mon Aug 29 09:18:05 UTC 2022 x86_64 GNU/Linux $ cargo dylint --version cargo-dylint 2.0.12 $...

Using rustup is not an option for me, but I can try specific nightly version. In general I’d prefer for `dylint` to determine and use installed nightly, not the other...

I changed the toolchain to one in `rust-toolchain`, exported `RUSTUP_TOOLCHAIN` (which is required by dylint’s linker for some reason) and it worked. I’ll try to send some patches to make...

UI tests seem to be completely unusable without `rustup`, even with rustup shim answering to `rustup which rustc`. I’ll try fix it, so non-rustup workflows are possible.

I need to get a look at the source code first, but generally I think that when rustup is not found, dylint should fall back to more general solutions (like...

Using a built in rustup would certainly be better. It'd still install a second copy of Rust, even if system Rust already has the right version.

You can use `scrot -a $(slop -f '%x,%y,%w,%h')` instead of `scrot -s`

@Etherealflux > @GoldsteinE Are you using a different version of scrot? I don't see `-a` as an option in scrot 0.8. ``` $ scrot --version scrot version 1.2 ```

One workaround for having a devshell in a Git project that doesn’t use flakes is doing something like ```shell mkdir flake/ echo /flake/ >> .git/info/exclude # place flake.nix into flake/flake.nix...

Ok, after disabling Jabber it works.