Nikita Grishko

Results 35 comments of Nikita Grishko

I tried and I don't like it, at least because I can't find a way how to make a backward compatible change. I still thinking about a small change, something...

Look interesting, but what about cases with Gunicorn workers? As I see there is no simple way to pass custom logger class or somehow override access logger in case of...

Yes, I can pass logger class into `web.AppRunner`, but in the case of Gunicorn workers I can do it only by copying a huge amount of code because `web.AppRunner` initialized...

@LeartS maybe I can help you in some way. I wrote a simple instrumentation library (https://github.com/Gr1N/aiodogstatsd) and middleware for AIOHTTP for metrics collection on the application level. It's not the...

Hey! We're facing the same usability problem with our mono repositories. We solved it with a custom script we run before release, which pins versions across all packages and dependencies...