Zach Mitchell
Zach Mitchell
For Rust you'll look for `Cargo.toml`
Also, it's important that all of the build tooling be in the same package group. It's also important to include `gcc`/`clang` and `pkg-config` because some Rust libraries link against native...
I'll also note that this looks much cleaner when you use the "inline table" form rather than the dotted form: ``` cargo = { pkg-path = "cargo", pkg-group = "rust-toolchain"...
I haven't looked into this too deeply, but I believe it is on by default in `readline` (see here https://github.com/python/cpython/issues/86985).
Ah, misunderstood. That's a good question. This was just text that I had typed out and sent to the shell via `send_line`, so I don't see an obvious reason why...
I'll be spending a little more time on this project in the next few days. Let me see if I can get you a reproducer and I'll get back to...
I see test the following test failure from a fresh checkout of `rexpect`: ``` thread 'session::tests::test_bash' panicked at src/session.rs:542:9: assertion `left == right` failed left: "/tmp\r\n" right: "\u{1b}[?2004l\r\r\n/tmp\r\n\u{1b}[?2004h" note: run...
- That was in Zellij in Wezterm. - Same issue outside of Zellij in Wezterm. - Same issue outside of Zellij in Ghostty. - Same issue outside of Zellij in...
Given @danielhauser's comment I went through my playlists in a different app (iOS) and got it to populate playlist images (all I did was open the playlist and it populated...
Another incident after updating to 1.3.3, this time typing out `flox edit`: ``` ❯ FLOX_FEATURES_BUILD=true flox complete: too many arguments ~/.nix-profile/share/fish/vendor_completions.d/flox.fish (line 10): complete --no-files --command flox--arguments '(_bpaf_dynamic_completion)' ^ from...