Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

]MultiProgress API is not usable in real world scenarios #23

Closed
dawidpilarski opened this issue Feb 3, 2020 · 0 comments · Fixed by #32
Closed

]MultiProgress API is not usable in real world scenarios #23

dawidpilarski opened this issue Feb 3, 2020 · 0 comments · Fixed by #32

Comments

@dawidpilarski
Copy link
Contributor

Because everything in MultiProgress Bar is templated it makes it not usable in cases, where amount of progress bars is not known at compile-time and this is a common case.

for example:

  • imagine cp program, that prints the progress. Amount of files is not known at compile time
  • article of bfilipek: https://www.bfilipek.com/2020/02/inidicators.html (where you are the author) shows docker progress bars. A number of those bars is not known at compile time.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant