Results 884 comments of Ivan Yonchovski

> Sorry, I fail to see the relation between CL There is no relation, I used CL as an example. AFAICS macro can be implemented without CL dep. > list...

Using `it` is not desired here since it will unexpectedly shadow the `it` variable which is commonly used in other `dash` macros. Introducing `it` should happen in `--cond->`. You may...

It can be implemented, at this point you may use the snippets like this: ``` (add-to-list 'yas-snippets-dir "path to snippets dir.") ```

Sure, go ahead. As a side note, I think that I saw another SQL emacs package doing a very nice representation of the result and I was planning to incorporate...

Thank you, I know the root cause and the fix. I thought that it won't be that often.

I am having a similar issue (it does not start from time to time). I am still gaining knowledge of how to diagnose issues like that.

1. Do you have company-mode? 2. Can you set lsp-print-io to t and then look for textDocument/completion requests and responses?

Seems like the completion does not return anything. The issue might be: 1. lsp-mode not sending something server specific which has changed in recent versions. 2. You not triggering the...

Collect the logs from both vscode/emacs from start to hitting the bug(as minimal as possible) and then find out what is missing on emacs side. (I am away from dev...

I was doing that by wrapping the server binary with a script that pipes the stdin/stdout to a file.