Casper da Costa-Luis
Casper da Costa-Luis
this is interesting: https://github.com/mkj/dropbear/blob/master/progressmeter.c
if you remove `tqdm::tqdm` from the last line (leaving `input` unwrapped) does it work?
The problem with this is you don't give tqdm a total even though one is clearly available. That means no bar and eta
Hi @CrazyPython, thanks for your contributions but what we really need now is @adrian17's feedback on the iterator stuff and @o11c to do something with the atomic list stuff of...
In https://github.com/tqdm/tqdm.cpp/tree/dev
performance is probably a non-issue. I can't see this taking more than 10ns/it. Certainly not in the short term where we'll only have basic features. C support as I mentioned...
from cpp test: ``` ye moste pythonic range(), auto type inference 100%|#############| 4095/4095 [00:00>> import tqdm; [0 for _ in tqdm.trange(0, 8192, 2)] ``` ``` 100%|██████████| 4096/4096 [00:00
a bit buggy, tho. 4095 versus 4096. Haven't looked at that yet.
not dead, just blocked on [tqdm/tqdm v5.0.0](https://github.com/tqdm/tqdm/milestone/8) (specifically, tqdm/tqdm#198)
Well I partially fixed https://github.com/tqdm/tqdm/issues/198 and split out additional steps into https://github.com/tqdm/tqdm/issues/815 ... I really don't know when I'll ever get around to fixing it. Honestly, given that I get...