Jeff

Results 70 comments of Jeff

I don't think this would be easily possible unfortunately. Each progress mark needs to be the same thing. I would much prefer to have seen FiraCode make the first mark...

@krissi if you submit a PR to FiraCode, link it back here so we can track it.

@eleanorcuallado awesome. Thank you for the report and the reproduction example!

@luk4s I'm going to need a sample program to reproduce this. There is no reason why calling `require "enumerator"` should load the refinement from this library. The only thing that...

Hey @donv! Thanks for opening the issue. What is the use case here exactly?

Let me think on this a bit and see how much code complexity would be involved. :)

@donv I'm still thinking on this and waiting to see if anyone else chimes in that they might be wanting such a feature. Thanks for your patience.

@donv I don't think this would be too terrible to add. No promises if extra complexity crops up but I'll try to get to this before the end of the...

@jscheid I'm absolutely open to this idea. However, the biggest caveat here (other than the other one you mentioned) is speed. `ruby-progressbar` must be, above all other things: light and...

Additionally: https://github.com/jfelchner/ruby-progressbar/issues/168 also is having an issue with arbitrary progress changes messing things up. Perhaps you two can work on a common solution?