Eric Dallo
Eric Dallo
Is there a Github Action for auto bump packages in nixpkgs like there is for [brew](https://github.com/mislav/bump-homebrew-formula-action)? With that, package maintainers could setup the `nixpkgs-update-action` in their repos and the action...
Have you ever considered moving the advice content to a package for easy install/setup? that would make simpler to configured in lsp-mode and maybe we could ship it in doom-emacs...
This fix a graalvm compatibility with the logger api (only one I tested in my lib), this exports the graalvm config automatically for clients. ```java Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: An object...
- [ ] I created an issue to discuss the problem I am trying to solve or an open issue already exists. - [ ] I added a new entry...
Currently clojure-lsp is highly coupled to clj-kondo analysis feature, making harder to have other sources of analysis like some tool to understand ClojureDart, ClojureScript javascript packages, or some runtime analysis...
Currently clojure-lsp analysis external deps (if not cached) + project code during the `initialize` LSP request, meaning it only starts properly and allow users to use LSP features after that,...
currently for: ```clojure (ns some.foo) (def my-var) ``` ```clojure (ns other.bar) some.foo/my-var ;; find-definition won't work ``` clojure-lsp recognizes there is a missing require for `some.foo`, but won't allow find-definition...