I seem to run into this a lot:
error in process filter: nrepl-send-sync-request: Sync nREPL request timed out (op eval code (require 'figwheel.main))
It happens whenever my machine is "a little busy" while starting figwheel in cider. It seems to time out pretty quickly, is there a config option I can set to increase the timeout? I didn't find this addressed in the docs.@christian767 The variable is named nrepl-sync-request-timeout
. By default it's set to 10 seconds.
Thanks!
I also added a short section to the docs about this https://docs.cider.mx/cider/usage/code_evaluation.html#synchronous-vs-asynchronous-evaluation
Is there a way to go from a method in a protocol to all its implementations?