Sergey Cherepanov
Sergey Cherepanov
can you provide the source code? because what I can say by screenshot?
Thank you! For v3: ```bar.Set(pb.Bytes, true)``` or ```bar.Set(pb.SIBytesPrefix, true)``` For v1: ```bar.SetUnits(pb.U_BYTES)```
Oh, sorry, you want to remove "p/s" In the template, speed element must be ```{{speed . "%s"}}``` or ```{{speed . "%s something instead p/s"}}```
We can't just add Seek to the reader. Some packages can take io.Reader in arguments, but inside do a type check for io.Seeker - in this case, we can mess...
This behavior is not yet available and is difficult to implement. But you can simply call ```bar.Prefix ("some log")```
Maybe later (in v2) I will make a similar feature with ability to set absolute bar position (top, bottom, etc.).
Currently, you can't. Only adding new bars available. But you can reuse existing bars.
If you don't use multiple bar - just switch to [v2](https://github.com/cheggaaa/pb/tree/v2) The problem is known to me. Later I will correct this behavior in v1
Unfortunately not yet. But it's planned
Why you do not want make the pull request?