-
I noticed that when i added the `suspend` function to my cargo-like multi progress bar it kept deleting previous progress bars.
env:
```
$ rustc --version
rustc 1.72.1 (d5c2e9c34 2023-09-13)
`…
-
I am using Docker and I find its progress bar very cool. Can Indicatif implement this feature?
Maybe I can use `MultiProgress` to achieve it: use one as the main progress bar and the others as seco…
-
I want to be able to display multiple progress bars and nested progress bars as files are downloaded and packages are indexed.
Buildkit (https://github.com/moby/buildkit) has a nice implementation …
Vbitz updated
5 months ago
-
Is it possible to use as_completed and progress together? Or can I update a progressbar when a new future will be ready/iterated in as_completed?
-
I have a couple of DAG workflows in dask. These workflows are triggered via user interfactions through a web API. I'd like to achieve the followings:
1. The web API puts the workflow to a redis que…
-
I successfully converted a project of mine from hand rolled terminal messaging that was very verbose (potentially hundreds of jobs with messages like "starting X, update about X, finished X") to utili…
-
the zombie bar is just an uncleared bar that has been replaced on a newline by the correct, active version.
But it's jarring because i'm using MultiProgress and now It often makes me think another …
-
Would be useful to take in an art directory and pass it through a pipeline of steps
1. strip
2. pack
...
Future ideas
3. Generate normal maps
-
Im wondering if there is an easy way to create a stacked progress bar where one bar shows multiple progress states. E.g:
![GrN8f](https://github.com/console-rs/indicatif/assets/4995967/06be2256-876…
-
If you have more spinners than you have lines in your terminal viewport you get a rather large amount of flickering. This can be reduced by using `set_move_cursor(true)`, but this removes your ability…