Results 57 comments of Daniel Ecer

That wasn't clear to me either. Where are the page rank values stored?

I am not sure what github response algorithm you switched to, but your response time has definitely increased dramatically! I submitted a PR in case it's useful.

Fixes #1272 Looks good to me

actually this seems to be a duplicate of #1333 (which also adds a test for it)

> @de-code Progress bar update shows up in the new line. Is this expected? Yes, that is intentional (except for maybe the last line, not sure why it is logging...

> I am looking for a solution where my progress bar won't look weird in kubernetes logs, at the same time I am my progress bar is usually for a...

I've updated the PR to avoid logging the same message twice (which I think may have happened at the end). Regarding the logging, I think the confusion came from the...

Would it be worth having something like a `tqdm.auto` that would select `logging_tqdm` if stderr doesn't seem to be tty?

Is this still desired?