This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-03
Channels
- # bangalore-clj (1)
- # beginners (104)
- # boot (30)
- # braveandtrue (1)
- # cider (6)
- # cljs-dev (95)
- # cljsjs (16)
- # cljsrn (3)
- # clojure (106)
- # clojure-italy (15)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-russia (1)
- # clojure-spec (40)
- # clojure-uk (53)
- # clojure-ukraine (1)
- # clojurescript (200)
- # code-reviews (2)
- # cursive (1)
- # datascript (3)
- # datomic (32)
- # editors (28)
- # gorilla (6)
- # graphql (8)
- # hoplon (1)
- # jobs (8)
- # jobs-discuss (5)
- # jobs-rus (1)
- # keechma (13)
- # leiningen (5)
- # luminus (3)
- # lumo (53)
- # off-topic (5)
- # om (5)
- # om-next (1)
- # onyx (56)
- # parinfer (7)
- # protorepl (22)
- # re-frame (47)
- # reagent (37)
- # remote-jobs (1)
- # ring-swagger (9)
- # specter (7)
- # vim (14)
- # yada (30)
I’d like to connect Gorilla to the nrepl started by lein repl
, rather than having Gorilla start its own nrepl. I’m close, but I don’t think I’m getting the lein repl
nrepl started with the right middleware.
I’ve added to my project.clj :repl-options {:nrepl-middleware #'tool.gorilla/nrepl-middleware}
, where nrepl-middleware
is
(conj (map resolve cider/cider-middleware) #'render-mw/render-values)
Gorilla does start to load in the browser, but doesn’t get past “Loading”. In my repl I get an error
ERROR - handle websocket frame org.httpkit.server.Frame$TextFrame@156da0fa
java.lang.IllegalArgumentException: No implementation of method :send of protocol: #'clojure.tools.nrepl.transport/Transport found for class: nil