Jean-Francois Thuong

Results 53 comments of Jean-Francois Thuong

> neat idea! > > how often do you find yourself doing this? Actually, I just discovered 🍦 few days ago so ... not that often! :) But I believed...

You need to do `pip install py-package-template` as indicated on top of the Pypi page. This install sucessfully. The command to download the template in your project is correct (`py-package-template...

Only the top of the Pypi is correct. The rest is indeed incorrect (as the content of Pypi is based on the README). I have done a Pull Request to...

FYI. Duplicate with issue #8

You need to do `pip install py-package-template` as indicated on top of the Pypi page. This install sucessfully. The command to download the template in your project is correct (`py-package-template...

网页版不能打开,哪怎么办呢?

I had the same issue. I'm glad I landed on this issue. I considered changing logger and use a simple FileHandler ;) FYI: `RotatingFileHandler` work fine with at least another...

Maybe we could add a Test for `RotatingFileHandler`? https://github.com/rsalmei/alive-progress/blob/a3a940e9924c3ef45fe61f73f1979be3059da389/tests/core/test_hook_manager.py#L108 And maybe there could be a check of active loggers and raise some warning or exception to notify you that `RotatingFileHandler`...