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
I tested this with 198 bars.
Side note: Context: 198 is a LOT, but I'm reporting progress on every file in a recursive upload, and sometimes there's a lot of files.
When I scroll up, I see that all of the bars repeat themselves over and over and over. This doesn't happen when I have fewer bars.
My 198 progress bars turned into 159,349 lines of progress bars, so each bar was rendered roughly 805 times.
Same code works fine for 23 bars.
The text was updated successfully, but these errors were encountered:
Correct PopCompletedMode with multiple bars
11d342b
Limit number of bars by terminal height Address issues #111 #109 #107
Can you please check with head master? Should be fixed.
Sorry, something went wrong.
I still have this problem. i have 150 bars and when i scroll up i see repeated bars.
No branches or pull requests
I tested this with 198 bars.
Side note: Context: 198 is a LOT, but I'm reporting progress on every file in a recursive upload, and sometimes there's a lot of files.
When I scroll up, I see that all of the bars repeat themselves over and over and over. This doesn't happen when I have fewer bars.
My 198 progress bars turned into 159,349 lines of progress bars, so each bar was rendered roughly 805 times.
Same code works fine for 23 bars.
The text was updated successfully, but these errors were encountered: