Eric Dallo

Results 685 comments of Eric Dallo

A workaround I did for eca which should help lsp-mode as well: ```elisp (let ((curl-cmd (or (executable-find "curl") (executable-find "curl.exe")))) (unless curl-cmd (error "Curl not found. Please install curl or...

requires bb windows aarch64 support

@borkdude well remembered, currently we do this [here](https://github.com/clojure-lsp/clojure-lsp/blob/a68961f1649491d793107954e12923419fafd998/lib/src/clojure_lsp/startup.clj#L258) before indeed, the problem is for without cache where we need to get the classpath first, so I believe the 1. option...

@zikajk I tried to understand but not sure I got it, could you provide a code example like "when cursor is here and I call the code action, the code...

ah got it, sounds valid

Not officially, but maybe you can add clojure-lsp nightly binary to `~/.cache/lein-clojure-lsp/clojure-lsp` and input its `--version` in `~/.cache/lein-clojure-lsp/version.txt`

@ryantm I could help on that, but one thing that may be hard is to get current repo previous version since the action would be triggered after a new release...

@davidak when/if we migrate to github I bet we will find/replace with other solutions, for now, IMO this looks a good idea for what we have now

@dhleong that's weird, as we sort these by usages in the project, would that be a problem if that require was listed below? So maybe we should check why is...

@dhleong we had a fix related to that some months ago, what's your clojure-lsp version?