Results 63 comments of Daniel Ecer

Okay, I merged with master. Let me know if anything is missing.

Hi @casperdcl just wondering anything should be done from my side in order to get this merged?

Oh dear, I missed the anniversary of this PR. :birthday: Hi @casperdcl it seems some people are interested in getting this merged. It would be good to hear back either...

I've used something like #1172 to get around the very same problem before. This would have the advantage that it doesn't require code changes to activate. To me the scope...

Not sure if it is helpful, what I have done in the past is to extend tqdm: ```python import logging from tqdm import tqdm LOGGER = logging.getLogger(__name__) class logging_tqdm(tqdm): def...

> fixed by #1155; please see https://github.com/tqdm/tqdm#redirecting-logging @casperdcl I believe this issue is to do the opposite, send the tqdm output to logging (#1155 was about sending the logging to...

> @de-code how to actually use this? > > ``` > with logging_tqdm(total=10) as pbar: > for i in range(10): > pbar.update() > ``` > > doesn't show anything. @brtasavpatel...

> This is deprecated indeed (it can lead to issues when there are thousands of embedded images) Maybe that wouldn't be as much of an issue if you only include...

Actually there is another not so clear word hyphenation example: "Mean PK parameters CL, V, and F were calculated by non- compartmental analysis. The tumor growth experiments in" Becomes: "Mean...

Intuitively I was going to claim that it isn't common that words are broken across lines. Scanning through the same PDF the evidence shows it is quite common actually. One...