This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-01
Channels
- # announcements (4)
- # aws (1)
- # beginners (60)
- # calva (10)
- # cider (21)
- # clj-kondo (38)
- # cljdoc (1)
- # clojure (59)
- # clojure-austin (1)
- # clojure-conj (1)
- # clojure-europe (19)
- # clojure-italy (9)
- # clojure-nl (29)
- # clojure-spec (6)
- # clojure-uk (85)
- # clojurescript (54)
- # community-development (11)
- # core-async (2)
- # cursive (21)
- # data-science (4)
- # datomic (39)
- # events (2)
- # fulcro (48)
- # funcool (1)
- # graalvm (5)
- # jackdaw (9)
- # kaocha (17)
- # luminus (2)
- # off-topic (10)
- # parinfer (22)
- # quil (1)
- # re-frame (4)
- # reagent (29)
- # shadow-cljs (7)
- # sql (9)
- # tools-deps (31)
- # yada (1)
I have websockets between client applications and my backend. Is there an easy-ish way to forward/tunnel nrepl from the clients by using the backend?
I'm trying to connect to a running figwheel session. I started it using lein figwheel
, it said Starting server at 0.0.0.0/3449
, then I connected using cider-connect-cljs
to localhost:3449
. Is that correct?
Here's the errors in *Message*
:
[nREPL] Establishing direct connection to localhost:3449 ...
[nREPL] Direct connection to localhost:3449 established
nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1 time-stamp 2019-10-01 13:04:11.403736153)
(It works using cider-jack-in-cljs
, I'm just trying to learn how repl connections and stuff work behind the scenes)@dromar56 port 3449 is probably for your browser.
You might be able to find the nrepl port in the figwheel configuration under the key :nrepl-port
.
Oh thanks. There's no :nrepl-port
, I guess that means the project wasn't supposed to be used that way. I'll add it and see how it goes
tests have been failing on CIDER for a while due to:
- Installing [ 3/11] spinner (1.7)... not available
- Installing [ 4/11] queue (0.2)... not available
@dpsutton I know. Seems like some issue with GNU ELPA. I don’t think we can do much about this.
there was some talk on MELPA about spinner
recently: https://github.com/melpa/melpa/pull/6462
> are there similar packages on melpa we can use? Probably we can think of something. I definitely don’t think queue is used much in CIDER and spinner is on MELPA already if I recall correctly.
Hi, I’m using cider-connect-clj (v0.23.0snapshot) to connect to a remote application running nrepl 0.7.0-alpha1. Cider makes a connection successfully, but I get intermittent errors:
java.io.FileNotFoundException: ?C:\Windows\system32\config\systemprofile\AppData\Local\orchard\clojuredocs\export.edn (The filename, directory name, or volume label syntax is incorrect)
ERROR: Unhandled REPL handler exception processing message {:op eldoc, :ns com.example.foo.handler, :symbol with-bindings, :session a36ec554-7565-4521-932d-6b29e5d49497, :id 7}
@dogenpunk It’s a but in Orchard that we’ve been unable to track down yet.