Results 884 comments of Ivan Yonchovski

> > Here it is the flow: > > why is `nimble develop` needed? `nim` should simply always be part of the lock file, just like any other dep? I...

As per my discussion with @arnetheduck I was trying to add flag to make locking possible with `nimble --lock-nim lock` but that will download the latest tagged version which does...

> Easiest approach here would be to defer to `choosenim`. It already knows how to > download and install various Nim versions. You could even ask `choosenim` to > return...

I want to add that lsp-mode formatters are much more aggressive than the other formatters and often users don't want to run them automatically like spacemacs do on paste. As...

@lvh here is the analysis on lsp-mode side as well: https://github.com/emacs-lsp/lsp-mode/issues/2600

@lebensterben alternatively check if lsp-mode is enabled in the buffer before formatting.

Might be similar to https://github.com/emacs-lsp/lsp-mode/issues/2375 What you can do is to wrap the debugger and see what exactly it is receiving.

It is not hard. We could attack this problem on a larger scale - e. g. move the code that downloads the dap adapters in lsp-mode, integrates it with lsp-install-server...

Sounds good to me. Ideally, I think that we emacs packages should work against specific versions of the server package (the one we know that works) and the bump of...

Yes. The option to install particular version is mostly for lsp-dart devs