We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the lines become shorter (as ETA decreases), some lines have odd characters at the end.
(note lines 3, 9, and 13 have extra characters at the end because their contents shrunk)
Use this formatting string and spin up multiple progress bars updated within a collection of threads.
Time: :elapsed - ETA: :eta - Progress: :percent (:current of :total)
If contents shrink, should rerender the line so that those extra characters aren't there.
The text was updated successfully, but these errors were encountered:
Due to #60, I was using older version.
Appears to be fixed in latest version. Closing ticket.
Sorry, something went wrong.
No branches or pull requests
Describe the problem
When the lines become shorter (as ETA decreases), some lines have odd characters at the end.
(note lines 3, 9, and 13 have extra characters at the end because their contents shrunk)
Steps to reproduce the problem
Use this formatting string and spin up multiple progress bars updated within a collection of threads.
Actual behaviour
(note lines 3, 9, and 13 have extra characters at the end because their contents shrunk)
Expected behaviour
If contents shrink, should rerender the line so that those extra characters aren't there.
Describe your environment
The text was updated successfully, but these errors were encountered: