Victor Kovtun

Results 61 comments of Victor Kovtun

Hey @toonknapen, thanks for the patch! Can You please add test cases? Small example to Readme how to use handler would be great Also adding setup.py, should be done in...

Thanks a lot for quick answer, as for now going to use optional libprotobuf in https://github.com/claws/aioprometheus/pull/42 , which solves my specific case, but not problem in general

Hello there, I was experiencing some kind of similar issues, as for me if library catches `asycnio.CancelledError` it needs to do internal cleanup and raise again `asycnio.CancelledError`, otherwise it will...

@progovoy it is up to @Polyconseil, and I am guessing to catch in same way with re-raise `asyncio.Timeout`

Hello there! I am working on https://github.com/aio-libs/aioamqp_consumer as separate project, please take a look on it! Maybe we can cooperate on more feature rich project together!

Hey, it mostly should be separate package cuz lru is not designed for that. My suggestion is just each N seconds clear lru at all, if You need some kind...

Thnx @ladar I had same issue and prepared a patched version brew Formula https://gist.github.com/hellysmile/f58a6e32656ac1101cf6a64d0674f2c8 with openssl 1.0.2 patch from https://github.com/lavabit/magma

Do You have `'django.template.context_processors.request'` configured?

Hmm, `return ""` might not be enough? does this swallows content inside the tag?