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

``` Exception ignored in atexit callback: Traceback (most recent call last): File "/builddir/python-halo-0.0.31/halo/halo.py", line 104, in clean_up self.stop() File "/builddir/python-halo-0.0.31/halo/halo.py", line 515, in stop self.clear() File "/builddir/python-halo-0.0.31/halo/halo_notebook.py", line 51, in...

## Description While using the Halo package to implement a spinner, a MemoryError occurs when processing long text. The issue stems from a logical error in the _get_text method of...