Fork me on GitHub
#cursive
<
2018-06-24
>
wilkerlucio01:06:19

@carr0t what I do is add a line separator between each group, makes then pretty easy to associate IMO:

(cond
  (conditional-1-which-is-very-long)
  (action-1-which-is-also-very-long)

  (conditional-2)
  (action-2))

manutter5118:06:49

I just upgraded to IntelliJ IDEA 2018.1.5, and now I can't seem to run anything without bumping into some weird error that includes a message about "Too many open files in system). Anybody else seeing that?

manutter5119:06:44

Hmm, seems to have gone away after restarting my laptop. :thinking_face: