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

Vignette: Increment progressor after iteration #248

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeehio
Copy link

@zeehio zeehio commented Jan 17, 2023

I believe the progress bar should start at 0% and reach 100% when all iterations are done. Therefore the progressor should advance when the task has finished, not when the task starts.

Otherwise the progress bar starts and immediately increases, and it stalls at 100% until the last iterations finish.

This pull request moves the p() to the end of the iteration to reach the described effect.

Thanks for your package and your time.

Feel free to close this if you disagree.

The progress bar should advance when the task has finished. Otherwise it starts and immediately increases and it stalls at 100% until the last iterations finish.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant