Replies: 1 comment
-
I don’t understand why updating the total requires resetting the _progress variable. In my opinion, there wouldn’t be any issue if it wasn’t reset. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to display a dynamically growing total with processing speed using the Progress component in the rich library. I’ve encountered an issue where calling task.update to modify the total results in a reset of the
_progress
, which consequently clears speed-related variables. This behavior is problematic because, in practical usage, the calculation of processing speed should remain independent of the total total.Beta Was this translation helpful? Give feedback.
All reactions