This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-17
Channels
- # beginners (26)
- # calva (7)
- # cider (6)
- # cljs-dev (7)
- # clojure (86)
- # clojure-europe (1)
- # clojure-finland (1)
- # clojure-spec (3)
- # clojure-uk (11)
- # clojurescript (18)
- # cursive (6)
- # data-science (1)
- # emacs (13)
- # fulcro (34)
- # juxt (8)
- # nrepl (6)
- # off-topic (11)
- # pathom (25)
- # re-frame (13)
- # reitit (11)
- # shadow-cljs (4)
- # spacemacs (3)
Noob question for y'all. I recently got figwheel working on a chromex project in Cursive cheer It taught me a fair bit about how the project.clj works. But now I've got a new issue. Does anyone know how to get the output to the repl colorized? When I eval a defn, it shows up in full color in the repl, but when I look at my state object, the text is all grey. fn: https://imgur.com/a/ybvRNce state: https://imgur.com/a/qE8sLPR Any advice would be greatly appreciated. Bonus points if we can get it to pretty print!
I'm unable to setup remote REPL with cursive . This is what I'm doing... I'm making an ssh tunnel from my local machine to a remote server. The server has the nrepl server running. I'm able to connect to the local port using clj --
clj -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"}}}' -m nrepl.cmdline --connect --host localhost --port 63999
but not using cursive remote REPL.
I'm getting connection refused exception.cursive's repl works like a charm when i fire up a clojure project using a deps.edn alias. i can load namespaces without a problem using command + shift + L. however, it seems to choke when working in a clojurescript / figwheel repl. any clues what i'm doing wrong? i often get errors like: