ruby-progressbar icon indicating copy to clipboard operation
ruby-progressbar copied to clipboard

Ruby/ProgressBar is a text progress bar library for Ruby.

Results 10 ruby-progressbar issues
Sort by recently updated
recently updated
newest added

New Behavior -------------------------------------------------------------------------------- The FiraCode font (https://github.com/tonsky/FiraCode) includes special glyphs for progressbars. In the current implementation the `|` at the beginning and end of the bar are not part of...

The problem was already presented in issue #160, and seems to still be present in 1.11.0. There is a good chance of the progressbar failing when using the method `#reset`....

`ruby-progressbar` in combination with others gems requiring `enumerator.rb` file cause error ``` cannot load such file -- enumerator (LoadError) ``` if they are loaded in specify order. ### Steps to...

I am currently packaging your latest release for the Debian distribution. For this we run the tests and I see an error: ```Failures: 1) ProgressBar::Base can be converted into a...

## Potential Solution or New Behavior I propose a new format marker, perhaps `%T`, which displays the estimated total time, that is (%e + %a). If there is a way...

Thanks for this gem, we're using it for all our long-running (data migration) Rake tasks to get a better idea of progress. Current Problem -------------------------------------------------------------------------------- The ETA and rate display...

Current Problem -------------------------------------------------------------------------------- Given an external "black box" library call that follows the pattern of calling an optional block to report progress `result = lib_obj.do_big_slow_thing(params) { |progress| do_something_with_progress(progress) }` and...

the given example for %f seems to be weird, as it should be something > than 99:00:00 ``` %f | Force estimated time to be displayed even if it exceeds ...

--- name: Pull Request about: Make the progressbar and ruby-progressbar gems only differ in their names, but have the exact same content. --- Let both the ruby-progressbar and progressbar gems...

Current Behavior -------------------------------------------------------------------------------- Using a progress bar on querying data as data is actively being queried. On warning, the progressBar no longer maintains it's string replacement and instead floods the...