-
Similar to #144 , if progress bars exceeds terminal's height i.e if there are more progress bars than it is able fit in visible at once, newlines are created.
Fix provided in #144 doesn't help either…
-
Excerpt of original output of `cargo clippy --fix` in https://github.com/console-rs/indicatif/pull/547, which suggested to create an issue here:
```
Checking indicatif v0.17.4 (C:\foresterre\indic…
-
I haven't been able to nail down exactly what the cause is for this, so a little bit of trial and error might be required to reproduce, but I've noticed that if I set a bar message to something that i…
-
Build pass but dead lock while running. Tested with `indicatif == 0.17.2`.
```rust
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
fn main() {
let mp = MultiProgress::new();
…
-
This seems like a regression from what I remember. The yarnish example has 4 virtual concurrent build spinners and once they are done, three print out `waiting...` and one is cleared resulting in this…
-
I see the multiprogress construct method as:
`indicators::MultiProgress bars;
`
but I want to init it using a variable, like this:
```
int a = 3;
indicators::MultiProgress bars;
```
Can I …
-
It'd be really cool if the `MultiProgress` component could accept an arbitrary `style` prop (my use case would make `box-shadow` really helpful)!
-
**Describe the bug**
```
cnquery status x1 5h13m christian/multiprogress[e9863c77]
→ lo…
-
When running `cargo run --example multi-tree-ext`, I've noticed that the last update sometimes doesn't get drawn. This is intermittent but fairly easy to reproduce, I've usually seen it happen every t…
-
The ticker_drop render test occasionally fails.
Reproduce it by running this command:
while cargo test --all-features ticker_drop; do :; done
It will eventually fail with something like t…