cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
robert-stuttaford 2021-06-13T07:15:56.151100Z

what could cause the *cider-error* (https://docs.cider.mx/cider/1.1/usage/dealing_with_errors.html) to take a long time to display? the issue is printed to the repl / log immediately, but the error buffer takes 5-10 seconds to show. i'm on the latest emacs package and 0.26.0 middleware

jumar 2021-06-13T16:39:26.153800Z

Maybe a large error structure? I had been dissatisfied with cider error popup latency so I turned it off a long time ago. I now only bring it up if I need to see more details

robert-stuttaford 2021-06-13T18:26:13.154Z

it's pretty slow no matter what

robert-stuttaford 2021-06-13T18:26:32.154200Z

you're right though, not often that i actually read its contents. will disable

blak3mill3r 2021-06-13T21:45:40.154400Z

I've been seeing the same issue. Unfortunately I am not sure when it started. Using a very recent build from master and 0.26.0 middleware also