tqdm.cpp
tqdm.cpp copied to clipboard
Status
This is dead right? That's a pity.. seemed like a very useful project. C++ has lousy progress bar libs
not dead, just blocked on tqdm/tqdm v5.0.0 (specifically, tqdm/tqdm#198)
Thanks for the info @casperdcl . Hopefully that gets sorted out sooner or later. Appreciate your work 👍
Since tqdm/tqdm#198 has been sorted out, is it safe to say that the submodule architectures are stable now?
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 no funding and even less time, I just fix things which I personally need to use and just about keep up with responding to issues/PRs. I haven't needed a progressbar in C++ for the last couple of years so haven't pushed this :/
Fair enough, though some directions or guides would be nice to have, but still, thank you, tqdm rocks!