Oleg

Results 15 comments of Oleg

@asvetlov can you explain a little bit why did you add reading/writing logic split here https://github.com/aio-libs/aiopg/commit/1ef6f9402325550d526795d54dc45932cc9530b5? Is it for optimization? I guess one possible solution is: update fileno if changed...

```CC=gcc-7 CXX=g++-7 python setup.py install``` compiling with gcc works for me (gcc is installed via brew)

probably on your system g++ is an alias for clang (try to install real gcc ```brew install gcc```)

I guess you should remove ``` http_x_real_ip: ipToUint32: ``` from your config

Hi, you need a go compiler and make command after that just run `make deb` it should produce a debian package in build/ directory. For error_log you should set `format:...