Results 26 comments of Ben

Yes, the tone is more appropriate for personal notes or a blog post than a README. And some of the links might infringe copyright...TMI for sure. Maybe you can consider...

Absolutely! Let me know if there's any way I can help.

Unable to reproduce on Spacemacs rev. c9db02842. `SPC h d v compat-assoc' shows it's part of a forward comparability package that magit depends on. Check such a package is successfully...

Glad it works. This gets me too sometimes. Even if Spacelpa is looking like the promised land right now, I still have hope.

Helm-git-grep seems to be working fine here on Emacs 29.0.50. Perhaps try, ``` emacs-lisp (setf helm-candidate-number-limit 100) ``` and see if that makes helm more responsive? And I thought I'd...

There's also the emacs debugger & profiler. - Use ~SPC t D~ to enable debug on error, this will produce a backtrace when encountering a lisp error. The =Profiler= is...

1. Concerning ripgrep. Can you call ripgrep in your terminal ($ rg)? I'm on debian so I'm not too familiar with brew. 2. Concerning the node out-of-memory error (OOM). Without...

Running helm-dir-smart-do-search (SPC s d) "helm delay" while in /home/$USER/.emacs.d/elpa/29.0/develop/helm-20220621.1947/ dired buffer gives me `helm-grep-input-idle-delay`. Still, I am not sure of your root problem. I don't use helm-git-grep much at...

Ahah. Happy to find somebody else who encountered the same issue. I noticed the same behaviour with rg and SPC /. What allows me to find "bar foo" if you...

I should mention I set SPC SPC to helm-for-files elsewhere as well as ; to helm-occur. With `helm-source-emacs-commads` SPC SPC covers both M-x as well as whatever is in your...