Results 22 comments of remort

I have issues with creating pages in a tree. I can create lang trees of empty pages but I cant populate pages with content. The error when I try to...

Guys, you have outdated docs online. And people have issues making websites following it. Please update the documentation. And thank you for this library. It's great !

Didn't read the tread. If you set `encoding`, i.e `utf-8` when create redis_pool, then aiohttp_session using RedisStorage cant't work with that storage due to attempting to decode bytes from redis...

I can log in only if user is a superuser (which is not in case of a new user). But user email's domain is listed in `SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS`. So, yes -...

Hi, @piotrp . I know all this. One doesn't play with default sysctl settings in production environment. wrk and nginx work well and I allow them to reuse sockets. It...

I can reproduce it. 1. We have an nginx with location containing lua code. 2. traffic goes to aiohttp upstream using `upstream_response = ngx.location.capture(...)` in `access_by_lua_block`, then it comes back...

Ok, I found it. My first block with `ngx.location.capture` is `access_by_lua_block`. My second lua block, where I was calling `ngx.exit()` was `header_filter_by_lua_block`. Problem has gone when I changed the name...

Still doesn't work either with mawk or awk: Using of `-d` seems to enable `mawk` in bash script. ``` opensnoop-perf -d 10 firefox Tracing open()s for filenames containing "firefox" for...

Same approach with `gather` works with `aiochclient` but they use http connections there.

Checked it with a real app - it works as expected now. Thank you a lot. You can close the issue.