Pavel Sirotkin

Results 6 comments of Pavel Sirotkin

If I understood you correctly you could propagate a variable to a job by using `ctx` dict and then set [contextvar ](https://docs.python.org/3.8/library/contextvars.html) , also write a custom LogHandler to receive...

work for me - sudo apt-get install libreadline-dev

@sonicaj It can be fixed, I see in https://github.com/torch/distro/blob/master/install-deps in`ubuntu` section this package `libreadline-dev`.

@ndeloof hey, could you please help with the review?

what's a problem use `!=` in `if` statement instead `>` ? I mean use in getUpdateChan func ```golang if update.UpdateID != config.Offset { config.Offset = update.UpdateID ch

I solved this problem on Ubuntu 14.04 LTS by installing packages libxmlsec1 and libxmlsec1-dev from repositories Ubuntu 14.10 utopic: deb http://us.archive.ubuntu.com/ubuntu utopic main universe the fact is that in Ubuntu...