Andrey Cizov

Results 16 comments of Andrey Cizov

Thanks @iamlemec for the initial work! I have to admit though that I wasn't happy with the results, as the decompression speed at one thread sets me at 20MB/s so...

Could you release the latest version of the library with forward_ref support?

@stasfilin Sorry - didn't get the fact that all of the commits I made need to be signed.

The maintainers of this project object to this pull request as they assume the docker-py objects should not be serializable: https://github.com/docker/docker-py/issues/1809

@MatthiasLohr I have to admit that I completely disagree with their logic as the only reason we can't do that is the implementation of the UNIX socket adapter. Which is...

I see why that is the case. Since 3.7 is now released (also dataclass backport is available) I see no reason why it should be an issue.

I am using Ghost.exit() and the memory consumption and thread count seems to still increase over time. Running the instance in celery worker, so this is a problem in my...

@cp2587 Never did - solved by restarting the celery daemon every hour. There are several problems with the idea: e.g. it uses a Qt thread singleton, as you may not...

Yes, thanks. I have anticipated that, too. It just didn't pop into my mind and I went with the restart of the celery process instead. Thanks. Yeah, I have done...