This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-08
Channels
- # announcements (5)
- # aws (15)
- # babashka (7)
- # beginners (138)
- # bristol-clojurians (2)
- # chlorine-clover (11)
- # cider (9)
- # clara (4)
- # clj-kondo (17)
- # cljsrn (20)
- # clojars (1)
- # clojure (73)
- # clojure-europe (17)
- # clojure-italy (1)
- # clojure-nl (9)
- # clojure-spec (4)
- # clojure-uk (9)
- # clojurescript (43)
- # data-science (1)
- # datomic (87)
- # emacs (2)
- # figwheel-main (30)
- # fulcro (71)
- # helix (2)
- # hugsql (4)
- # jackdaw (5)
- # jobs (3)
- # jobs-discuss (31)
- # juxt (5)
- # kaocha (6)
- # lein-figwheel (16)
- # leiningen (1)
- # luminus (4)
- # malli (2)
- # meander (54)
- # music (8)
- # nrepl (12)
- # observability (28)
- # off-topic (85)
- # pathom (11)
- # re-frame (99)
- # reitit (9)
- # ring (1)
- # rum (6)
- # sci (11)
- # shadow-cljs (102)
- # sql (22)
- # tools-deps (10)
- # vim (65)
- # xtdb (14)
Is there a way to ignore ~/.lein/profiles.clj
values when cider-inject-dependencies-at-jack-in
is t
and use them only when it's nil
?
I am getting this exception when starting the repl with cider-jack-in from cider, repl can't do anything afterwards, when I try to eval any line it gives this error again. What could be the reason?
@posobin Lately a few people have been reporting this problem with Java 8. Switching to a new Java should fix it, although I don’t know what caused the breakage in the first place, as nothing has changed in CIDER and it seems something it needs is now missing.
I have a network situation where dns lookups outside the company network hang. Is there a way to configure the export-edn-url used in the nrepl wrap-clojuredocs to point elsewhere, perhaps with a .emacs setting?
I have worked around this issue by touching an empty file with a future mtime at ~/.cache/orchard/export.edn. Now the clojuredocs middleware won't attempt another download until I'm long retired.
My question now ... Is there an existing mechanism to configure the cider nrepl middleware (either options, or turning individual middlewares off) from emacs?