We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With this API for spinner, it would be easy to forget to call Stop() when handling errors and spin forever.
Stop()
Maybe it could be changed to a function to help you rememeber to clean up?
s.Run(func() { // after this runs the spinner is stopped })
Max H
Originally posted by @pullrequest[bot] in #96 (comment)