I'm writing a downloader that shows bars as workers, a download can be hundreds of files so I want to have it reuse X number of bars. So either I need to reset a bar (feels dirty) or remove a bar when it's finished and add a new one.
Regardless of my use case, allowing for a bar to be removed seems like a basic functionality others would likely also benefit from.
I'm writing a downloader that shows bars as workers, a download can be hundreds of files so I want to have it reuse X number of bars. So either I need to reset a bar (feels dirty) or remove a bar when it's finished and add a new one.
Regardless of my use case, allowing for a bar to be removed seems like a basic functionality others would likely also benefit from.