This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-24
Channels
- # aws (7)
- # aws-lambda (3)
- # beginners (65)
- # boot (43)
- # cider (7)
- # cljs-dev (12)
- # cljsrn (15)
- # clojure (284)
- # clojure-austin (32)
- # clojure-brasil (4)
- # clojure-dusseldorf (4)
- # clojure-germany (1)
- # clojure-italy (40)
- # clojure-spec (21)
- # clojure-uk (69)
- # clojurescript (97)
- # core-async (11)
- # cursive (19)
- # data-science (1)
- # datascript (6)
- # datomic (30)
- # dirac (2)
- # emacs (4)
- # events (2)
- # fulcro (76)
- # graphql (38)
- # juxt (1)
- # lein-figwheel (1)
- # leiningen (6)
- # luminus (4)
- # lumo (13)
- # mount (4)
- # off-topic (24)
- # om (28)
- # onyx (32)
- # other-languages (1)
- # parinfer (40)
- # pedestal (1)
- # portkey (47)
- # re-frame (21)
- # reagent (4)
- # ring (4)
- # ring-swagger (3)
- # rum (1)
- # shadow-cljs (115)
- # spacemacs (5)
- # sql (14)
- # unrepl (1)
- # yada (3)
Does cider allow sorting namespaces or do I specifically need clj-refactor for this?
@borkdude clojure-mode
has a function clojure-sort-ns
that will sort each sexp inside the ns
declaration
hey folks I'm running into this error with figwheel + cider. I've run into when using re-frame and just using the lein new figwheel
template.
Failed to launch Figwheel CLJS REPL: nREPL connection found but unable to
load piggieback. This is commonly caused by A) not providing piggieback as a
dependency and/or B) not adding piggieback middleware into your nrepl
middleware chain.
example profile.clj code: ----- :profiles {:dev {:dependencies
[[com.cemerick/piggieback <current-version>] [org.clojure/tools.nrepl
<current-version>]] :repl-options {:nrepl-middleware
[cemerick.piggieback/wrap-cljs-repl]}}} ----- Please see the documentation
for piggieback here
I found this thread: https://clojurians-log.clojureverse.org/cider/2017-05-23.html
that went over why it might be happening (the browser caching an old version of figwheel it seems?) and I have not been able to find a fix despite that. Any input ?
pastebin of my project.clj https://pastebin.com/XQ6Qp4txhmm. running lein figwheel
instead of cider led to this : https://imgur.com/a/4lVDF