-
Hi!
I am trying to use 'cargo run' to run the project, and received several warnings and errors, I am using rustc 1.66.0-nightly and I am wondering if I used a wrong version of rustc.
The logs are …
-
**Describe the bug**
I'm using `probe-run` to debug a rust binary for the Raspberry Pi Pico/RP2040. I'm using [pico-debug](https://github.com/majbthrd/pico-debug/) as a probe.
**To Reproduce**
1.…
-
Consider this small example program:
```rust
use std::thread;
use std::time::Duration;
use indicatif::{MultiProgress, ProgressBar, ProgressFinish};
fn main() {
let m = MultiProgress::n…
-
Hello so first off i love all your work on this helpful project :) I am trying to implement the bars into an asyncronous tokio download function and for this started working with "MultiProgress". The …
-
Right now, the ProgressBar has a println object, but MultiProgress does not.
I have created the [`happylog`](https://crates.io/crates/happylog) package that provides a backend to `log` for console-…
-
Hi
I'm having problems installing Armada on an Ubuntu VPS.
It's `Ubuntu 20.04.3 LTS` and `uname -r` shows `5.4.0-120-generic`.
I install cargo via rust up with no problem. I then run `cargo instal…
-
Briefly, the way `MultiProgress` works is as follows. When you add a `ProgressBar` to a `MultiProgress`, the pb's draw target is replaced by a special draw target that redirects any draws to `MultiSta…
-
I wrote a custom `Log` implementation which writes log messages using `ProgressBar::println`.
As expected, all my log messages got swallowed up when stderr was redirected to a file. Per the docs fo…
-
Hey, i just now discovered this project and must say it looks very peomising. I am coming from an indicatif background and must say that kdam seems superior is some aspects. However i have a few quest…
-
When running `cargo run --example multi-tree-ext`, the indentation sometimes goes missing.
Expected output:
```
[32/32] ✔ the
[32/32] ✔ quick
[32/32] ✔ brown
[32/32] ✔ fo…