This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-18
Channels
- # announcements (4)
- # babashka (2)
- # beginners (72)
- # calva (2)
- # cider (18)
- # clj-kondo (30)
- # cljs-dev (2)
- # clojure (106)
- # clojure-austin (2)
- # clojure-europe (17)
- # clojure-italy (6)
- # clojure-nl (4)
- # clojure-uk (109)
- # clojurescript (31)
- # cursive (6)
- # data-science (2)
- # datomic (30)
- # events (1)
- # fulcro (20)
- # graphql (4)
- # jobs (2)
- # joker (8)
- # kaocha (2)
- # meander (31)
- # off-topic (1)
- # pathom (53)
- # re-frame (22)
- # reitit (1)
- # shadow-cljs (26)
- # specter (2)
- # sql (20)
- # testing (2)
- # tools-deps (2)
- # tree-sitter (1)
- # xtdb (20)
- # yada (6)
What's the criteria for releasing a non-EAP version from Cursive? eap10 feels quite stable lately... on 2020.1 eap intellij at least. just to help installation, it would be good to release a non-eap version.
Yes, the criteria is basically a week or so with no serious issues either reported or in the exception tracker, so I’ll hopefully release this tomorrow.
I am running shadow-cljs. Is there a way to get a repl to use the port from .shadow-cljs/nrepl.port
?
or am I forced to use a static port for the repl?
I suppose I could create a symbolic-link
there is https://github.com/cursive-ide/cursive/issues/2216, hope it gets in someday 🙂
@ben.hammond Yes, a symlink is the go for now, I’m just about to fix that one, I promise!
Is there a way to make cursive stop suggesting namespace imports for custom tagged literals, like #time/date "2020-03-17"
(this one is from https://github.com/henryw374/time-literals )