Mikhail Sveshnikov
Mikhail Sveshnikov
Hi! I use telepot with celery to process updates asynchronously, and noticed some strange behavior/errors. For example, sometimes .editMessageReplyMarkup fails with ReadTimeoutError, which is 30 seconds. And sometimes .sendPhoto takes...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
I was investigating how we can add help to `-c` options. I was able to do this (but in a bit nasty way) You can check it out with `mlem...
Sometimes python package name is not the same as it's module name (eg `sklearn` vs `scikit-learn`). For that we have `MODULE_PACKAGE_MAPPING` in `mlem.core.requirements` that you can update from code. But...
In docker build, some unix dependencies will fail to install unless apt is updated first. We need to 1. if unix dependencies are present, run update before installing them 2....
eg. `mlem build model docker -c args.templates_dir=.` will yield validation error (str is not list)