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
I don't think we have support for something like this -- we'd usually use a MultiProgress with constituent progress bars that disappear when they complete, potentially with a "total" bar at the top or bottom.
The formatting code that takes care "wide" stuff lives here:
Im wondering if there is an easy way to create a stacked progress bar where one bar shows multiple progress states. E.g:
I can perhaps implement something with the
ProgressTracker
but I couldnt figure out how to support "wide" elements.The text was updated successfully, but these errors were encountered: