This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-22
Channels
- # beginners (143)
- # boot (18)
- # chestnut (5)
- # clara (1)
- # cljs-experience (1)
- # cljsrn (13)
- # clojure (290)
- # clojure-austin (4)
- # clojure-italy (13)
- # clojure-nl (21)
- # clojure-russia (14)
- # clojure-spec (49)
- # clojure-uk (59)
- # clojurebridge (7)
- # clojurescript (54)
- # core-logic (2)
- # cursive (22)
- # datomic (149)
- # fulcro (31)
- # graphql (14)
- # hoplon (59)
- # keechma (24)
- # lambdaisland (1)
- # lumo (86)
- # off-topic (3)
- # om (19)
- # om-next (1)
- # onyx (4)
- # portkey (20)
- # re-frame (41)
- # reagent (63)
- # ring (1)
- # ring-swagger (1)
- # spacemacs (9)
- # sql (10)
- # yada (13)
What is Clojure Application for in the Run/Debug Configurations?
morning, I remember in Cursive to navigate to test path, there was a configuration somewhere to set regex on how to find the test source from the file, can someone remember me where that was please?
is there a shortcut for vertically aligning map key/values? I notice it happens automatically when I do certain refactorings
@wilkerlucio Settings->Langs & Frameworks->Clojure->Test integration
@cfleming that was it, thanks 🙂
I noticed that indentation in cljs files is incorrect if I don’t include [org.clojure/clojurescript _]
in my lein :dependencies
. What is the link there? Is that an explicit search which Cursive does of the lein project?
Context: I’m writing a namespace to be executed with lumo, so I wasn’t planning on doing much with lein
@sashton I believe cursive needs that in order to index the cljs namespaces, without the cljs dep all cljs namespaces get to be unknown
@sashton Right, @wilkerlucio is correct. There isn’t a great way to use Lumo right now, although I’ve discussed it with Antonio (and with Mike for planck support) and I’m planning to add that soon.
@taylor Right, it’s just reformatting if you have the map alignment option enabled.
@dm3 Sorry, I’ll look at that issue again and see what I can do or if I have a better suggestion.
thanks! any chance that other filetypes could also be formatted using typical clojure rules? for example https://github.com/candid82/joker uses clojure-compatible syntax, but *.joke
files are similarly not formatted by Cursive.