Ada

Results 190 comments of Ada

If it helps, I looked into it and figured out how to get a log of the Helix LSP thread's interactions with `nixd`. The output is [here](https://gist.github.com/crabdancing/42570a80040ab408e7e2209f8c5fe384). As a point...

Thanks for that! I really appreciate it. ^w^

That's nifty, @Brisingr05! I actually was just thinking of `g f` as a fuzzy finder opener, since that's what it does if no file path is selected in the editor....

Just tested it, and it also works in `clang` in the context of C projects. `g d` in Helix takes you to definition for e.g. `#include `. I think it's...

That's not a bad idea... but I'm wrapping my Firefox with nixpak, so I'm not really sure how I'd do that.

That's unfortunate. I guess let me know if you get it working! I have plans to turn this into a template with a fully automatic Nix-based build process.

Can confirm this bug also on NixOS 24.11. Can also confirm that @Andrew15-5's patch fixes the issue. I can _also_ confirm that the app does steal focus when reloaded on...

@Andrew15-5 The shell script solution you suggest isn't really one I'd champion, as it doesn't work on Wayland. Wayland protocols for more sophisticated automation are still being developed, and X11...

I don't have time to look into it rn, but my guess would be that maybe `winetricks` sees an environment variable dictating its cache path that is different per install,...