-
**Is your feature request related to a problem? Please describe.**
It should be possible to safely open an untrusted file without running code that's part of the project.
Imagine you are looking a…
-
This is mostly a problem around clj-kondo ignore statements but also happens with other reader macros.
```clojure
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
(def a 1)
```
Produces two…
-
It would be very useful to be able to programmatically manage `deps.edn` files but it's somewhat of a dealbreaker that we cannot currently maintain alphabetical ordering since the config files should …
-
First of all, thanks for conceiving of and putting in the work for this library, and of course, open sourcing it.
I'm not sure if you're of the opinion that the latest master with the clj-kondo co…
-
**Is your feature request related to a problem? Please describe.**
While working with clojure projects is common to include new libraries as dependencies. Right now, I am using `clj-refactor` to prov…
-
The grammar's handling of `|` in identifiers does not align with the Reader, nor with the stance held by the Clojure Team regarding its validity.
Officially `|` is not a valid character in identifi…
-
Currently, a lot of features that are provided by LSP get overwritten by nrepl when you are connected to it. There have been a few requests for this to be optional in Slack.
I just ran headfirst in…
Cyrik updated
2 years ago
-
Thanks for adding this! Works nicely but the indentation wasn't right.
```
allocation-unsuccessful (eutils/from-command
command
…
-
When jacking into a project that has main-args in one of the aliases Calva gives a warning that this is going to break. This is a good start, but we could help more by changing the main-args in that c…
-
I dragged a file to a different folder and the namespace automatically updated in the file itself, and in other files that referenced it. All that was good.
But then things wouldn’t compile and af…