Dave

Results 17 comments of Dave

I have the same issue, not uncommon for the language server to quickly eat up 60% of my 16GB of RAM. I think this happens more often when I am...

This wasn't clear the first time I looked at your example, but it is indeed infinitely recursive, and as you point out there would need to be some cycle detection...

I am having a performance issue with pyright on a particular file that has a long analysis time (over 4 secs), which can freeze emacs. By this I mean that...

This is interesting, if I am seeing `[FG]` in my `lsp-log` does that mean that background is not enabled? I assumed this meant Foreground, but that was just an assumption....

@zeronone , I don't actually have VS Code installed, but I had an exchange with on Gitter with @msfterictraut (main `pyright` developer) and he made the point that even if...

I still can't get the pyright config in `languages.toml` to work so I end up having to define in a `pyproject.toml` [Here ](https://github.com/helix-editor/helix/issues/1898) it looks like it should be a...

I have been using this and it does work fine with the amend workflow. I can look into adding it as an option, this makes for less "action" items on...

Howdy @extrawurst , I've updated this to be a flag on the `CommitComponent` struct, which can be toggled on or off via `Ctrl-f`. When verify is `true` (the default), it...

Thanks @dead10ck , made those suggested changes. Cheers! Dave

Going to close this as I found a simpler approach via the config! I was inspired to try the config approach after trying to catch up onto master and the...