Samuel Ainsworth
Samuel Ainsworth
(posting at @ofirpress's request) The current installation process requires a number of steps, and requires a non-trivial investment for non-contributors. For example, someone from discord recently mentioned that this process...
I just installed the Ruff VSCode extension v2024.16.0. However, I'm seeing the following error in `Output > Ruff`: ``` 2024-04-03 22:32:28.078 [info] Interpreter executable (/nix/store/qzaa6lxhvlbb9nn2v6ssppmqg4c3pb1p-python3-3.11.8/bin/ruff) not found 2024-04-03 22:32:28.078 [info]...
Snooping through the source, I discovered that the `openssl` feature is necessary in order to support clients presenting RSA keys. I suggest that we document this limitation clearly somewhere. AFAIK...
I've always found [the type](https://docs.rs/russh/latest/russh/server/trait.Server.html#tymethod.new_client) ```rs fn new_client(&mut self, client_address: Option) -> Self::Handler { ``` confusing. Specifically: When is `client_address` ever None? At first I took this to be a...
AFAICT (eg from https://aider.chat/examples/complex-change.html), aider does not currently support running commands automatically to let the agent test whether its changes have the desired effect, eg passing a test case. [SWE-Agent](https://swe-agent.com/)...
I installed sshcode via `go get -u go.coder.com/sshcode`, and when I run `sshcode --version` I don't get any version info: ``` pi@raspberrypi:~ $ sshcode --version pi@raspberrypi:~ $ ```
Title really says it all. A lot of the time when I hit Ctrl-J, it ends up opening the Chrome "Downloads" page instead of toggling the VSCode terminal on/off.
I just tried installing the "rust-lang.rust" extension, but immediately I get an error: "Failed to install "rust-lang.rust".". This strikes me as especially odd, since I can use VSCode's "Remote SSH"...
See https://github.com/samuela/rustybox/pull/32#discussion_r445116643. This has been a factor in https://github.com/uutils/coreutils migrating from getopts to clap.
I'm attempting to build a package on an M1 machine that depends on `libgit2-sys`. This package is known to build successfully on x86_64-darwin. However, I'm getting the following build error...