allow for easy implementation of a terminal loading animation while an action is performed
requirements:
use context manager
implement decorator later
use:
loading animation
text during procedure
finalising text (success message)
allow for easy implementation of a terminal loading animation while an action is performed
requirements:
- use context manager
- implement decorator later
- use:
- loading animation
- text during procedure
- finalising text (success message)
Does not work if the underlying operation is heavily CPU-bound because the GIL is not released.
Even libs like rich did not perform better.
Made animation class more robust for different environments (see: 18e0a8ecea)
- Does not work if the underlying operation is heavily CPU-bound because the GIL is not released.
- Even libs like `rich` did not perform better.
- Made animation class more robust for different environments (see: 18e0a8ecea)
foefl
moved this to In Progress in To-Do on 2025-11-11 08:35:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
allow for easy implementation of a terminal loading animation while an action is performed
requirements:
Does not work properly in terminals
richdid not perform better.18e0a8ecea)basic functionality now implemented, might be extended in the future