-
In my other screenshot in #33 I had hollow green diamonds. Same code is now producing solid cyan diamonds:
![image](https://github.com/fadeevab/cliclack/assets/35576205/58fc1ca9-567c-4fae-a763-2e6…
-
Hello, I have encountered the same problem and cannot find the relevant bin file. My Ebsynth is running normally. I can find the output images in out_1 folder, and there are also npy files in tmp. How…
-
For when we might want to show a sequence of steps happening "unbroken", likely together with spinners (or progress bars! :wink: ). Example:
```
▲ This operation can take a while and consume a lo…
-
All of my avatars with face tracking have all features working fine except the eye look is broken. All avatars eyes are fixed forward and do not respond to looking around. All of my avatars are using …
-
Here's a few gotchas I've run into so far -- will keep updating this issue as I run into things ;) I'm happy to tackle some of them as time allows, but we can start with talking about them :)
1. Th…
-
I'm using indicatif as a progress bar control in one of my projects, and I'm using Multiprogress, where the style is as follows: (It actually acts as a download manager here, showing a total progress …
-
`MultiProgress::println` doesn't redraw finished progress bars:
```rust
use std::time::Duration;
use indicatif::{MultiProgress, ProgressBar};
fn main() {
eprintln!("Finished progress bars a…
Mottl updated
11 months ago
-
Associated repro repo: https://github.com/tgolsson/indicatif-repro. It expects the indicatif repo to be checked out adjacently.
I'm debugging this issue in Pantsbuild: https://github.com/pantsbuild…
-
Hi There,
I've encountered a case where if the progress bar length is over 80 characters and stdout is redirected the progress bar will move up the screen overwriting previous output. As can bee se…
-
**Describe the bug**
It seems that indicatif::multi::MultiState::draw panic with overflow in debug mode, at line 301 line_count is usize::MAX because width is 0.
```
thread 'fuzz' panicked at %US…