Meng Xiangzhuo
Meng Xiangzhuo
Some personal guess: `atexit.register` are executed after the main module's execution, i.e. the `__main__`'s frame is no longer existent when `logger.info('Bye!')` is called. In this case, `logger.info('Bye'!)` does not have...
It already has a ToC, which may be not very noticeable.
I agree that an API reference would be very useful.
This bug has been fixed in #563, however, the latest pypi release 2.1.2 is three year ago. And the C extension has been rewritten in Rust, anyway ... it is...
It confused me too after I haven't used ccxt for several months, apparently now it doesn't respect the environment any longer and the docs is out of date or it's...
Can't believe there's still no progress on this issue after nearly a year and a half, I've heard a gitpod ex-employee complain about high latency pain within your team (in...
Nope, It happens in bash too.
`RUN cd ~/.pyenv && git pull`
Source all export variables from bash makes me a bit nervous. Anyway, thanks for the solutions. I prefer to modify my dotfiles according to the script you supplied.