progress_bar
progress_bar copied to clipboard
Command-line progress bars and spinners for Elixir.
Hi, first of all, thanks for this library, it's really useful - I was wondering if there were any plans to add, or if it was currently possible to update...
So, there are some tests that randomly fail. I guess that's because they test based on time span, and sometimes the spinner does not render the quantity it was expected...
It would be awesome to have an easy way to plug this in a Enum/Stream/Flow pipeline. Since nowadays we have to do something like: ```elixir count = length(list) list |>...
Since elixir libs all have a good documentation, I guess we should follow the language standards right? ;)