Fork me on GitHub
#cursive
<
2016-04-06
>
misha09:04:27

so I am not the only one, who got undo/redo messed up due to parinfer?

cfleming10:04:35

@misha: no, but that should be fixed in the release yesterday

grav17:04:12

any way to limit the output of an expression in the repl? For instance, my repl is currently printing the 28000 datoms I just transacted.

grav17:04:26

And now IDEA stalled.

grav17:04:17

oh … and it forgot the last repl session when I restarted it. dammit.

grav17:04:21

sorry for whining here 😉

sveri17:04:47

@grav there is a stop process button or something similar in the repl window

grav17:04:21

yes, but when the processing is over, and it’s just returning the output of the expression, there seems to be no stopping it, ie the button doesn’t do anything

sveri17:04:03

Ah, well, that might be true. Too bad. xkill could be your friend then 😄

kenny23:04:56

For some reason when clicking the “Refresh Leiningen Project” button in the Leiningen panel I get a message saying “Dependency resolution error Error synchronising myproject: Could not find artifact mydependency:0.5.1 in central (https://repo1.maven.org/maven2/)”. This dependency is installed in my local maven repo (it was pulled in from boot). What’s interesting is that when I look in my local maven repository under myproject I see version 0.5.1 does not appear in maven-metadata-local.xml, however, it does appear in maven-metadata-.xml. Any thoughts on how to fix this?