@cfleming hi, is there any way to use babashka's nREPL without having noisy completion errors?
(+ 1 2)
=> 3
Error updating completions:
: Could not resolve symbol: cursive.repl.runtime/completions cursive.repl.runtime REPL:1:2
If there was any way I could contribute or lend a hand, let me know 😉 I'm in an elixir shop now and babashka is my only clojure work I'm going atm
i would be happy to test babashka support too.
im not using babashka extensively yet, partially because of the lack of cursive support.
but also because some of the datomic tooling doesn't work in babashka and i think functionalbytes/rmap
or redelay
didn't work either.
Hi, there is a way to make parinfer not angry when I'm using
(defn a
[{:keys [a
b]}]
,,,,)
like for the keys destructuring in vector alignment
?
I couldn't find an option for this type of identation
If you reformat your code, it should lay it out like that.
nope, it always space to right
it doesn't align at the same length
Are you using a font with ligatures? Is that f
there actually an fn
or something similar?
defn
aw
it's the prettify symbols mode
thanks
right now is making this 😞
Hey all, new to both clojure and cursive. I’d like to add a custom task to my project (lein template) in intellij (e.g. so that it shows in the leiningen task list), but it seems like no matter what I do, that task list is “immutable” 😉 Does anyone know if it’s possible?
In other words, I’d like this kibit task (which works on the command line) to show up in this menu:
If you delete the closing ]
, parinfer will fix it up.