-
Notifications
You must be signed in to change notification settings - Fork 1
Tame progress bar #152
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
Tame progress bar #152
Conversation
Steffengreiner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heya @KochTobi, First of all very nice work! The Progress Bar works as intended and is not jumpy anymore.
However i found a problem with the remove method which should be addressed before this can be merged
Co-authored-by: steffengreiner <[email protected]>
Steffengreiner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 👌
Steffengreiner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfecter 👌 👌
Steffengreiner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfectest 👌
* Added version information option (#139) * Added version information option * Rename variables --------- Co-authored-by: Tobias Koch <[email protected]> * Require commons-codec version >= 1.13 (#149) * [DEPENDABOT]: Bump groovy from 2.5.1 to 3.0.9 (#85) Bumps [groovy](https://github.com/apache/groovy) from 2.5.1 to 3.0.9. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy:indy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update JavaDoc (#138) * edited & added Javadocs * very small refactor * Update branch --------- Co-authored-by: Tobias Koch <[email protected]> * Fix log folder not created reliably (#151) * Tame progress bar (#152) * Tame progress bar * Incorporate feedback Co-authored-by: steffengreiner <[email protected]> * Initialize last updated with 0 * Fix small error * simplify console output * make update interval constant --------- Co-authored-by: steffengreiner <[email protected]> * Update README.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Aline Breitinger <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: steffengreiner <[email protected]>
Limits a re-render of the progress bar to once a second (except for when a step is added)