You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Kathará relies on the progressbar2 library to render UI progress bars. The rich package is a much better alternative, since it displays coloured and rich progress bars (it is the same package used by PyPI).
Moreover, Kathará lacks informative progress display during the Docker image pull process. This can lead to confusion while pulling, especially when dealing with large images or slower network connections.
We plan to replace progressbar2 with rich and contextually add support for progress display during Docker image pull