And thanks for the library, I use it on almost every single one of my rust projects
Winston Ewert
@winstonewert
I thinking that we should setup a Travis CI config, that will help with the PR review process
Ariel Mashraki
@a8m
Thanks for setting up the TravisCI, great work@
Ariel Mashraki
@a8m
I just enabled it to the repo and added a badge to the readme
Winston Ewert
@winstonewert
cool
What would you think about having a default max_refresh_rate?
my logic is that the default settings for a progressbar are pretty good, but if you've got fast iterations then the default max_refresh_rate introduces a substantial overhead
and there isn't any circumstance where updating the progress bar faster then we can read it is useful
Winston Ewert
@winstonewert
I was thinking it might help resolve #22, but now I'm not so sure
Winston Ewert
@winstonewert
now I'm thinking it is a bad idea, if you change the pb multiple times quickly only the first will take effect and that would be bad.