Robert Krahn

Results 14 comments of Robert Krahn

Any reason why the fix isn't integrated? Currently goto-definition is still broken on MacOS, python 3.7, 3.8, 3.9. I can confirm that the fix here successfully resolves it.

Yes, this should be done only once. For repls other than shadow-cljs this is the case, I'll add a load check for shadow in the next version.

OK, thanks, checked again and the loading only exist for nrepl. Will be fixed.

Good point, thanks, I'll look into it.

FYI this has been implemented here https://github.com/rksm/clj-suitable but uses dynamic runtime inspection and not static code analysis.

Running into the same problem. The problem seems to be with `lsp-completion--get-context` that is used as a parameter to the completion request. For whatever reason, `lsp-completion--cache` gets set with an...

I wonder what the best way for implementing support for this extension is? https://github.com/rksm/sqlx/commit/0d140dd00a01b11d1dba8f87320706d300b38147 is an approach but it hard codes the type ids for the extension types as returned...

Thank you for your response. I'm aware that dyilb support in Cargo has not been a focus for the teams and that there are likely a number of issues lurking....