cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2021-01-12T05:15:02.048Z

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.

bozhidar 2021-01-12T08:09:50.048500Z

@christian767 The variable is named nrepl-sync-request-timeout. By default it's set to 10 seconds.

2021-01-12T08:13:43.048700Z

Thanks!

bozhidar 2021-01-12T08:39:31.049Z

I also added a short section to the docs about this https://docs.cider.mx/cider/usage/code_evaluation.html#synchronous-vs-asynchronous-evaluation

Yehonathan Sharvit 2021-01-12T12:17:28.049700Z

Is there a way to go from a method in a protocol to all its implementations?