Fork me on GitHub
#cursive
<
2017-07-04
>
selfsame01:07:25

can cursive connect with the clojure.core.server socket repl?

cfleming01:07:12

@selfsame Not directly, I’m planning to add that soon. In the meantime, https://github.com/mfikes/tubular is a possible workaround.

selfsame01:07:44

ah i see, thanks!

danielcompton02:07:51

I'm noticing CPU spikes which seem to be correlated to IntelliJ (and not my app), what's the best way to profile this to get more info?

danielcompton02:07:29

Roughly every 15 seconds my CPU temp goes way up

zylox02:07:34

that sounds tricky

cfleming03:07:57

@danielcompton Tools->Start CPU usage profiling

cfleming03:07:27

Are you working with CLJ or CLJS?

cfleming03:07:06

I’m actually seeing something like this myself

cfleming03:07:18

Actually, no, I’m seeing some kind of EDT lockup, CPU doesn’t spike in my case.

cfleming04:07:43

Latest IntelliJ EAP downgrades the JRE they bundle

danielcompton04:07:41

There’s a CLJ module and a CLJS module but I’m working just with CLJ

potetm04:07:57

I've noticed mine freezing when finding usages on keywords. I wonder if that's related.

danielcompton23:07:56

@cfleming I don't see "Start CPU usage profiling"