This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-14
Channels
- # announcements (3)
- # asami (22)
- # babashka (9)
- # beginners (92)
- # calva (7)
- # clj-kondo (8)
- # clojure (61)
- # clojure-australia (3)
- # clojure-boston (1)
- # clojure-dev (3)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (14)
- # clojurescript (5)
- # conjure (12)
- # core-async (44)
- # cryogen (8)
- # crypto (2)
- # cursive (24)
- # data-science (5)
- # events (1)
- # fulcro (10)
- # garden (2)
- # graalvm (19)
- # helix (4)
- # instaparse (13)
- # lsp (13)
- # luminus (1)
- # malli (5)
- # meander (22)
- # off-topic (22)
- # polylith (8)
- # re-frame (69)
- # react (1)
- # reagent (2)
- # releases (2)
- # shadow-cljs (52)
- # sql (7)
- # test-check (3)
- # timbre (2)
- # tools-deps (9)
@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
it stay like this, there's an option to align it?
I couldn't find an option for this type of identation
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?
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: