Replies: 1 comment
-
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. Rich was created by Will McGugan. Consider sponsoring Will's work on Rich. This is an automated reply, generated by FAQtory |
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.
-
NOTE: If a feature could be implemented in a third-party library, then it is unlikely to be accepted as part of the core library.
NOTE: Feature requests will not be considered unless first approved in discussions (https://github.com/textualize/rich/discussions)
How would you improve Rich?
If we using TaskProgressColumn with
total is not None
progress, it will only render the percentagesWhat problem does it solve for you?
I used rich in a DL Training Script, I have to inherit TaskProgressColumn, change
to
to make the speed rendered
I think this
and
could beor
Beta Was this translation helpful? Give feedback.
All reactions