cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
nonrecursive 2021-04-26T17:13:44.379200Z

Hey y'all, I noticed that when a REPL op takes a long time to complete, a neat little activity indicator appears in my minibuffer. I was wondering if that's powered by cider or nrepl somehow, and if so, could direct me to the code? I'm using doom emacs and the latest cider

bozhidar 2021-04-27T07:27:45.380Z

I think we've had this indicator for at least 5 years, btw. 😄

👍 1
bozhidar 2021-04-27T07:29:19.380200Z

Here's where the CIDER integration code begins https://github.com/clojure-emacs/cider/blob/5bbb890b533fe8ca4f580f257045f6c87c9c9780/cider-client.el#L44

nonrecursive 2021-05-04T15:55:36.450900Z

thanks man 🙂

dakra 2021-04-26T19:02:23.379500Z

The indicator itself is powered by the spinner package https://github.com/Malabarba/spinner.el

nonrecursive 2021-04-26T19:35:43.379800Z

that answers my question, thank you!