Fork me on GitHub
#cider
<
2020-04-23
>
cjohansen10:04:10

When doing jack-in-cljs, I frequently run into problems where the nrepl connection is established, but the process times out waiting for figwheel (i.e., before I'm prompted for the figwheel build to start). Is there a way to increase the timeout here? It seems to trigger when my laptop is generally busy. I would rather wait a few more seconds than having to keep restarting cider, hoping it won't time out.

plexus11:04:13

been getting a lot of these since upgrading yesterday

1. Unhandled java.lang.Exception
   Either "symbol", or ("class", "member") must be supplied

plexus11:04:35

mostly when it tries to do an eldoc lookup, but also on other operations. Known issue?