Skip to content
New issue

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

Update tqdm to fix Progress bars don't reach 100% problem #1208

Closed
glensc opened this issue Nov 21, 2022 · 0 comments · Fixed by #1275
Closed

Update tqdm to fix Progress bars don't reach 100% problem #1208

glensc opened this issue Nov 21, 2022 · 0 comments · Fixed by #1275
Labels
enhancement New feature or request

Comments

@glensc
Copy link
Collaborator

glensc commented Nov 21, 2022

Feature description

Update dependency when tqdm fix is merged and released.

Use case

I can't find discussions where I mentioned this problem, so just leaving this as a note to myself and other developers here.

The problem is visible if the progress bar is updated too fast,
i.e sync of the library that is fast, for example, movie library with very few items.

Processing Documentary: Movies  96% ━━━━━━━━━━━━━╺━ 45/47  [ 0:00:01 < 0:00:01 , 430 it/s ]

The problem has been found and a fix proposed:

Workarounds

Apply the patch manually from tqdm repository

Plan to implement

Submitted already.

@glensc glensc added the enhancement New feature or request label Nov 21, 2022
glensc added a commit that referenced this issue Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant