console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.45k stars 243 forks source link

initial draft oft hold_max with heuristic #657

Open djugei opened 2 months ago

djugei commented 2 months ago

alternative or update to #642

In BufRead/AsyncBufRead fill_buf does not logically consume the reader/advance progress, only a call to consume does. this was the wrong way around for the AsyncBufRead implementation, i have fixed that in this pr.

djugei commented 2 months ago

this is now ready for some feedback @djc

djugei commented 1 month ago

would love some feedback on this