-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make progress bar more informative #8
Comments
This proved more complicated than I thought. I propose an implementation based on my StackOverflow answer, but with permanent |
For |
The |
Switching to the |
The idea would be to have a progress bar per method step (i.e.,
StepOne
andStepThree
) instead of a single progress bar fixed based on the number of method iterations.The text was updated successfully, but these errors were encountered: