Michiel Borkent
Michiel Borkent
This fixes my issue described in #30.
Hi, thanks for this library! I'm using it at https://babashka.org/xterm-sci/ to host a Clojure REPL. In Clojure single quotes should not be balanced, but are treated as a way to...
I have a template like: ``` PMID- {{pmid}} OWN - {{own}} {# STAT- In-Process #} ``` The line with the comment `{# STAT- In-Process #}` gets rendered as a newline....
E.g.: ``` clojure (require '[nextjournal.clerk :as clerk] '[babashka.fs :as fs]) ``` When calling `lsp-organize-imports` it would be nice if the top level require forms would be sorted as well. Clj-kondo...
## Expected behavior I expect to be able to send expressions from a `.cljs` file in `clojurescript-mode` to an nbb nrepl server. ## Actual behavior Nothing happens until I activate...
SCI has moved to a new organization: `org.babashka/sci {:mvn/version "0.3.2"}`. Having both `borkdude/sci` and `org.babashka/sci` on the classpath can cause problems. It is also recommended to use the same version...
Would be a nice feature to add `(read-line)` support (synchronously). Now I need to include a library like `https://github.com/anseki/readline-sync` which seems a bit involved for a simple script. Planck also...
Instead we should report that this namespace / require form is invalid on the appropriate line
This slipped through, but in clj-kondo we don't call linters "rules" but linters.
If we will do this, then issue #1758 would work automatically, I think.