Eric Dallo
Eric Dallo
I'm compiling something heavy on this action, I'd like to use all memory/cpu from github runner, how to achieve that?
Hello, on [clojure-lsp](https://clojure-lsp.github.io/clojure-lsp/), we use `cljfmt` as our format feature and it works well for most cases, thank you for your work! There is [an issue](https://github.com/clojure-lsp/clojure-lsp/issues/266) though related to performance...
API docs
Hello, awesome project, I'm trying to use it on [clojure-lsp](https://clojure-lsp.io/) to decompile .class files, any change of having a API docs on how to use CFR from JVM directly? I...
Hello, amazing project :) Does it work with graalvm? Maybe it's a good idea to mention in the docs about the support and what's necessary to setup it. Related: https://github.com/clj-easy/graal-docs
Hey, I tried to follow the readme and search for issues, but I didn't find anything about this problem. In clojure, it's common to search for a namespace checking what...
https://clojurians.slack.com/archives/CPABC1H61/p1649099665499089?thread_ts=1649055048.585809&cid=CPABC1H61
It would be really useful to export or provide clojure-lsp information via API/CLI, with that any tool could benefit from clojure-lsp information like project clj-kondo analysis, classpath/source-paths information, and more....
This build takes a long time on GH actions because github doesn't support aarch64 yet and we do a workaround using https://github.com/uraimo/run-on-arch-action, but it seems we can't increase the memory...
For some reason, clojure-lsp compiled with latest graalvm that we are already using on Linux/Macos/aarch64, doesn't work for Windows. We should debug and understand why since other projects (babashka for...
As mentioned [here](https://github.com/clojure-lsp/clojure-lsp/pull/612#issuecomment-955715549), we can return all custom capabilities from server after initialized.