Fork me on GitHub
#cursive
<
2017-01-20
>
karol.adamiec10:01:59

‘Your project requires stubs to be generated’ i get that from time to time. What is it? important?

joshkh10:01:58

how might i go about running "lein less auto" automatically using cursive/intellij ?

joshkh10:01:44

i already have figwheel/sidebar REPL running from within intellij, it'd be nice not to have a terminal open just to compile my css 🙂

joshkh11:01:34

oh, oops, i can just use intellij's terminal. nevermind!

moizsj16:01:06

@cfleming are there known memory leak issues when using the debugger? Post a couple of debug cycles in Cursive, IntellIJ gets really really slow. And I'm forced to restart. Cursive 1.4.2-15 IntelliJ 15.0.6.

timgilbert16:01:33

Hey, probably a dumb question, but what's the easiest way to do a lein run from cursive when I have a -main function defined in my project?

timgilbert16:01:29

@karol.adamiec: I get that when Cursive wants to generate autocompletion and stuff for projects I don't have source access for, like the datomic client libraries. No reason not to do it AFAIK