Brendan Taylor
Brendan Taylor
Confirming fdschoeneman's experience, I also didn't experience this problem on Ubuntu 11.04 until I upgraded to Ruby 1.9.2.
It doesn't seem to be related to notifications for me, I don't have either of the mentioned gems installed and "lib/autotest/notify.rb" isn't being loaded.
I've discovered that if I delete the `Find.prune` line in `find_files` everything works normally. Bizarre.
SubhashB, I experience that too. It's still better than the lockups, though. fdschoeneman, it does look like a very similar bug. Do you think there's value in mentioning it on...
FWIW this works. I put it in an overlay in my home-manager config: ``` hoonLanguageServer = let hoonLsp = pkgs.fetchFromGitHub { # use bct's fork until https://github.com/urbit/hoon-language-server/pull/31 is merged owner...
This upstream report looks related: https://github.com/atuinsh/atuin/issues/1798
In case the problem seems to be a conflict with `programs.direnv`. If atuin is loaded after direnv, it works. If atuin is loaded before direnv but using ble.sh instead of...
In my case at least I believe this is the same issue as https://github.com/direnv/direnv/issues/327 / https://github.com/rcaloras/bash-preexec/pull/143