cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
practicalli-john 2020-08-30T06:48:30.003400Z

Sometimes it's the web browser cache that doesn't get cleared, although this seems less common now

zackteo 2020-08-30T08:38:04.005700Z

What should I do when I get error in process filter: nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1) error in process filter: Sync nREPL request timed out (op clone id 1) doing a cider-jack-in-cljs after selecting figwheel. Am following Eric's Purely Functional Re-frame course

2020-08-30T09:43:11.006500Z

Hello friends, I m unable to start cider-jack-in-clojurescript for my shadowcljs project in spaceemacs but cider-jack-in works fine. Please help me know what i m missing to make it work! Here are the logs that I m getting. Thanks

A session with the same parameters exists (clojure-projects/reviews:localhost:56442).  You can connect a sibling instead.  Proceed? (y or n) y
[nREPL] Starting server via /usr/local/bin/clojure -Sdeps '{:deps {nrepl {:mvn/version "0.8.0"} cider/piggieback {:mvn/version "0.5.1"} refactor-nrepl {:mvn/version "2.5.0"} cider/cider-nrepl {:mvn/version "0.25.3"}}}' -m nrepl.cmdline --middleware '["refactor-nrepl.middleware/wrap-refactor", "cider.nrepl/cider-middleware", "cider.piggieback/wrap-cljs-repl"]'
[nREPL] server started on 57396
[nREPL] Establishing direct connection to localhost:57396 ...
[nREPL] Direct connection to localhost:57396 established
error in process filter: user-error: The shadow-cljs ClojureScript REPL is not available.  Please check <https://docs.cider.mx/cider/basics/clojurescript> for details
error in process filter: The shadow-cljs ClojureScript REPL is not available.  Please check <https://docs.cider.mx/cider/basics/clojurescript> for details

dpsutton 2020-08-30T15:05:32.008200Z

I’m not sure. Can you check the “Messages” buffer (with asterisks not bold) and see if there was any output?

dpsutton 2020-08-30T15:06:15.008900Z

It’s not starting shadow it’s starting through clj. That’s strange