This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-06
Channels
- # aleph (1)
- # announcements (29)
- # babashka (39)
- # beginners (52)
- # cider (3)
- # cljsrn (19)
- # clojure (167)
- # clojure-europe (15)
- # clojure-nl (2)
- # clojure-uk (62)
- # clojurescript (13)
- # community-development (8)
- # cursive (5)
- # datomic (10)
- # introduce-yourself (1)
- # java (10)
- # jobs (12)
- # jobs-discuss (1)
- # kaocha (2)
- # lsp (6)
- # luminus (1)
- # malli (15)
- # meander (3)
- # music (1)
- # nrepl (2)
- # off-topic (91)
- # pathom (4)
- # reagent (21)
- # reitit (10)
- # sci (5)
- # shadow-cljs (17)
- # spacemacs (3)
- # sql (7)
- # tools-deps (40)
- # utah-clojurians (2)
- # xtdb (7)
I found a potential bug. If s/fdef
is used, the Cursive highlights the instrumented method as unused.
Is there a way to manually set alias resolvers for namespaces? Like str
→ clojure.string :as str
. I sometimes get some weird proposals of libs I don't even use directly.
There isn’t at the moment, no, although it’s a good idea and it’s been requested from time to time.
Hello, I was having trouble getting Cursive to recognize my shadow-cljs project; I was helped in this thread https://clojurians.slack.com/archives/C0744GXCJ/p1625107985130100 to (seemingly) get everything working properly by deleting my .idea folder and reopening the pom generated by shadow; but I shortly discovered that I am unable to set breakpoints in Cursive! Clicking in the gutter does nothing; Toggle Breakpoint submenu is all greyed out. @cfleming?