Matt Rixman
Matt Rixman
Yes that's what I'm suggesting. It would be analogous to how `npm ci` [fails loudly instead of depending on uncertain packages](https://docs.npmjs.com/cli/v10/commands/npm-ci#description). Although instead of an integrity hash for the packages,...
The scripts that caused the bug were a blend of calls into i3 and calls into selenium. I was running them over and over (with small tweaks) to set up...
Another case where the tab-completed trailing `/` is problematic: ``` ❯ mkdir bar ❯ ln -s bar foo ❯ readlink fo▏ # press tab here ❯ readlink foo/ # you'll...
Just an idea about how to handle this: it would be cool to have some kind of "probe" that you could run that would temporarily: - grand desktop commander access...
I'm very new to working with MCP servers at all, so if there are established ways of doing things in this space, I might be ignorant of them. I'm sort...
You can also add it with an overlay: ```nix steel-pkg = steel-flake.packages.${system}.steel.overrideAttrs (oldAttrs: { cargoBuildFlags = "-p cargo-steel-lib -p steel-interpreter -p steel-language-server"; }); ``` I'm doing this [here](https://github.com/MatrixManAtYrService/helix-plugin-env/blob/7353b22fbc05ebbb96e62fa91afb8cd41a9d88b8/flake.nix#L60C1-L62C12)
I found that this problem doesn't happen for me (Ubuntu 18.04) but it does happen for my colleagues that use docker for Mac OS. See the gist below for the...
The [helix plugin system](https://github.com/helix-editor/helix/pull/8675) is looking pretty close to ready 🤞 it'll be official soon. I've been wanting to try having helix connected to a headless terminal an using a...
Note the timestamps, above. First there was activity in November, and then there was three of us here within 12 hours. I think there was a recent change that made...