This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-11
Channels
- # announcements (1)
- # aws (2)
- # beginners (140)
- # boot (67)
- # cider (50)
- # clojure (64)
- # clojure-berlin (1)
- # clojure-conj (1)
- # clojure-france (2)
- # clojure-italy (2)
- # clojure-nl (8)
- # clojure-norway (6)
- # clojure-seattle (1)
- # clojure-spec (81)
- # clojure-sweden (2)
- # clojure-uk (131)
- # clojurescript (147)
- # clojutre (7)
- # cursive (40)
- # datomic (34)
- # editors (5)
- # emacs (7)
- # events (9)
- # figwheel (18)
- # figwheel-main (1)
- # fulcro (2)
- # instaparse (1)
- # jobs (3)
- # leiningen (1)
- # luminus (10)
- # lumo (1)
- # mount (6)
- # off-topic (12)
- # pedestal (4)
- # portkey (7)
- # re-frame (8)
- # reagent (21)
- # reitit (10)
- # ring-swagger (5)
- # shadow-cljs (140)
- # specter (4)
- # tools-deps (53)
- # uncomplicate (1)
Hi there, new to luminus, just started on the "web development with clojure 2nd edition" I am sorry that I ask what I expect is repeatedly asked here... How do I set this up with Cider? You don't happen to have a prepared link for the discussion I suppose...
@jmayaalv I tried [cider/cider-nrepl "0.18.0"]
both as plugin and as dependency in the project.clj but I get the following warning when I cider-connect
: > WARNING: CIDER requires cider-nrepl to be fully functional. Many things will not work without it!
@jmayaalv with or without the dependency, luminus starts its own nrepl, This conflicts with Cider I expect resulting in missing functionality..
the cider manual states that dependencies aren't injected for cider-connect
and should be added to the profiles.clj , I tried that and besides not working for luminus, It conflicted with other templates I was using, so I am trying it in the project.clj instead. Also seem to not work. I will try to add a profile.clj in the project directory next and see.
oh ok i misread you. you r starting the repl outside of cider. i normally dont do that. i do a a cider-jackin
I found the solution thanks to @bozhidar if anyone was following it. he refered me to embedding repl in your app using a handler as documented in: https://cider.readthedocs.io/en/latest/installation/#ciders-nrepl-middleware