Fork me on GitHub
#cursive
<
2019-02-17
>
Joshua Jolley00:02:05

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!

rs00:02:59

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.

joshkh19:02:32

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:

joshkh19:02:58

configuration is as follows: