jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Progress indicator hangs if executed block has an error #264

Open juleswhite opened 7 years ago

juleswhite commented 7 years ago

When executing a block, if an exception is thrown, the diamond progress indicator hangs and animates forever on top of the text. Closing the editor pane and reopening it fixes the problem. This behavior is observed with and without inline display of results.

wilwade commented 6 years ago

I also have issues with the loading indicator not clearing. Is there a way to just disable the loading indicator?