Fork me on GitHub
#cursive
<
2017-02-02
>
onetom08:02:19

I have the Pretty print REPL return values option turned on, but stuff like this is still printed on one line:

#:leg{:type :deal.type/debt, :name "THB2", :notional 0.09910630621016026M, :approvers (80036268446 80000000011 80000000011 80002468449 80000196969 80000000115 80005377614 80000000010 80000002185 80000001790 80528517827 80216627550 80000065180 80000000006 80266192270 80004259760 80000005519 80000000001 80006428687 80000004925 80000000009 80008505703 80000008015 80000097148), :events (:xfer :init :xfer :init :xfer :init :init :init :init :xfer :init :xfer)}
is there any magical reason for it?

onetom08:02:07

ah, without that #:leg tag it works. i guess i should use the EAP version then

onetom08:02:36

ok, sorry for the noise, i see it's already filed as an issue: https://github.com/cursive-ide/cursive/issues/1648

rackdon09:02:03

Hi, I’m trying this plugin and I have seen that allows running test with Run tests in current NS in REP. My problem is that I don’t have this option available… Anyone have the same problem?

rackdon09:02:55

I also added a keymap but this option does not work for me 😔

onetom09:02:41

i use it all the time

onetom09:02:12

you have to have a REPL open first, otherwise those options are disabled

rackdon09:02:32

yep, I have the repl running

onetom09:02:44

can we screenshare somehow quickly? using https://appear.in for example?

val_waeselynck10:02:34

just moved a project to a new work station. When trying to run the REPL from Cursive, I get an error: 11:30 Error running REPL: '1.8' is bad configured.

val_waeselynck10:02:56

@cfleming any idea what may have caused that ?

val_waeselynck10:02:58

I have no problem running a REPL with lein repl

stijn10:02:46

my guess: you don't have a JDK that's called 1.8

stijn10:02:26

File > Project Structure you can see the available SDKs

cfleming11:02:15

@rackdon Those options don’t work with clojure.main REPLs - are you running one of those, or an nREPL one?

rackdon11:02:46

ohhh @cfleming you’re right. The problem was there. Thank you very much!!!

liamd23:02:35

is there a way to debug an app started with lein ring server-headless?

liamd23:02:41

set breakpoints and all taht