progressbar icon indicating copy to clipboard operation
progressbar copied to clipboard

A really basic thread-safe progress bar for Golang applications

Results 44 progressbar issues
Sort by recently updated
recently updated
newest added

Hi @schollz Thanks for your work on progressbar :) However, while running tests on !x86 architectures, one of the test fails -- in particular this one: ``` === RUN ExampleOptionSetRenderBlankState...

Re-rendering the bar in the middle of an iteration updates the time since start, but the time remaining doesn't take into account the current iteration. Here's a [simple example video](https://asciinema.org/a/Ra8f84sP62Xu4Z9XJhhW2ADmU),...

Hello, I perform a race condition when I try to setup a dynamic max (like get requests with pagination for example) To reproduce: ``` var ( bar = progressbar.Default(0, "Test...

Or would this unfortunately fall under #6 and multi-line in-compatibility?

When revert 3e6b9bf007862f9acf97b7cdc2dc2c8f6683f110 Each time the progress bar is rendered, an empty line is added. ```go func main() { bar := progressbar.Default(100) for i := 0; i < 100; i++...

This is a draft of code that should fix #106. Right now it only works with `useANSICodes` option (which is `false` by default). I don't know how it can be...

- Device: MacBook Pro 13-inch, 2020 - Terminal: build-in `Terminal` application - Description: - After the width of terminal got thinner, the previous bar remain above (which is acceptable). -...

Title. Setting any spinner type manually will cause the bar not to clear

Could it be possible to allow the spinner to show even when not setting the size on -1