halo icon indicating copy to clipboard operation
halo copied to clipboard

💫 Beautiful spinners for terminal, IPython and Jupyter

Results 63 halo issues
Sort by recently updated
recently updated
newest added

## Description Currently, in an iPython notebook, if a user does not handle keyboard interrupt and the spinner is running, a `KeyboardInterrupt` is thrown but the spinner keeps spinning. ###...

bug
up-for-grabs
hacktoberfest
ipython

## Description Currently, on using long texts with animations in Jupyter results in output wrapping in next line. Fix for this would be to give it a fixed layout width...

bug
help wanted
up-for-grabs
hacktoberfest
jupyter

In my program, I'm attempting to use the library Colorama to use terminal colors, and to brighten up text in my program. I'm also using halo for the spinners, but...

bug
discussion

Spinners breaks when text size exceeds terminal size. This needs to be fixed with text wrapping.

bug

Would be really good to have some troubleshooting guide for using this tool to it's full extent!

documentation

tqdm is a library doing the similar task: it creates not a spinner, but a progressbar. Consider merging the thing with tqdm.

question

## Description of new feature, or changes Corrects the clean_up function call to account for the argument now passed by ipython ## Checklist - [x] Your branch is up-to-date with...

## Description Halo doesn't display text properly in Jenkins CI. The animations, emojis display as question mark characters. The colors don't display at all. ### System settings - Operating System:...

## Description of new feature, or changes This PR adds he ability to force the use on the custom defined spinner on windows by passing `force=True` to the class initialization...

## Description Using `ipython>8.16.1`, every jupyter notebook cell containing a Halo spinner returns the error `Halo.__init__..clean_up() takes 0 positional arguments but 1 was given`. Apparently the newer versions of ipython...