Fork me on GitHub
#cursive
<
2019-07-09
>
kenny19:07:00

It'd be nice if when typing in the :local/root string, you got an autocomplete for the directories available. The IntelliJ Sass plugin does this. Not sure if there's some feature to automatically enable this for deps.edn local/root's.

kenny21:07:30

I'm getting this message when trying to start a REPL in a new deps project

Error running 'REPL': '1.8' is bad configured
Any idea what that means?

cfleming21:07:01

@kenny It’s talking about your Java SDK, generally either reselecting or recreating it will work.

4
cfleming21:07:30

That message comes from IntelliJ but I’ve got to catch that and improve it.

kenny22:07:10

Yeah - I would've immediately know how to fix it if it said something about Java SDK. I was thinking it was talking about Clojure 1.8 for some reason

kenny22:07:34

Somewhat recently I've started noticing test output look like this. Seems a bit strange. The rest comes in a few seconds later.

kenny22:07:11

... where "the rest" is defined as:

cfleming22:07:36

That does look weird - I’m not sure what might be going on there.

kenny22:07:29

I think it may have happened some time around the nrepl update? Perhaps something to do with streaming content?

kenny22:07:35

It happens fairly frequently.

cfleming22:07:34

Yeah, that’s possible - their change to chunking streaming actually broke something else with the test integration recently.