Results 26 comments of Stefan Bühler

Uff.. obviously this was a long time ago for me. I probably should have also written down what the original problem was (i.e. why I was looking at the code...

Just for the record: you CAN change `total` afterwards (the struct field is directly accessible). Call [`tick`](https://docs.rs/pbr/1.0.0/pbr/struct.ProgressBar.html#method.tick) manually afterwards if you don't also change the current value (`inc`, `set`, `add`)....

Now that I think of it, I didn't actually use the `ProgressReceiver` trait to implement logging - I only implemented logging for `MultiBar`, and used a separate "frontend" for the...

I'll try to come up with something simple. Just to clarify: only the last commit actually adds the logging; the others before can be reviewed without the logging example :)...

Hi, I just added a commit providing an example and added another fix to the list, and removed the `Write` implementation for `ProgressBar`. I also worked on a branch which...

I think this can be closed in favor of #230 (although the #230 title doesn't mention DONE explicitly)

I think a breaking change is appropriate. I think it would be good to have: 1. a way to handle multicasts (usually with `sequence_number == 0` I think?) 2. a...

Hi. I'm working on some netfilter code; I don't think it's ready to show yet. But here is a small example. netfilter changes need to be done in a "batch"...

> Hey @stbuehler do you think you'll pursue this PR now that #195 is in? I'd love to see batch messages landing so I might pick it up next week...

First of all: sorry, didn't work on this in a long time. I wasn't satisfied with how I split the changes into single commits, and I think this is looking...