kdam icon indicating copy to clipboard operation
kdam copied to clipboard

A console progress bar library for Rust. (inspired by tqdm & rich.progress)

Results 3 kdam issues
Sort by recently updated
recently updated
newest added

If I want to save both stdout and stderr from a program, but not all the progress bar output, it would be useful to make kdam print to `/dev/tty` instead...

enhancement

Hi, I think I found a bug when using the `notebook` and `rayon` features at the same time. This snippet seems to cause a deadlock. ```rust #[pyfunction] fn my_function(something: &[u8])...

bug
documentation

Hi, Thank you for providing rich-like progress bar. I'd like to improve palette a bit and replace a progress symbol: According [the official Rich colour scheme](https://github.com/Textualize/rich/blob/master/rich/terminal_theme.py) all colours are quite...

enhancement