Yury Zhuravlev

Results 348 comments of Yury Zhuravlev

Probably https://github.com/Blueshoe/pytest-kubernetes project will be better than?

I think so because currently, I solved it by global style.

I have the same issue, any updates?

Same for Redict, but people want to fork it just to keep name. Honestly it's not a good situation if we will have almost identical client libraries but by different...

> Unless I'm mistaken, the plan for redict is to basically stay API compatible with 7.2 forever right? yes, sure, at least as long as possible, I believe Valkey have...

Same issue with Tornado. Basically, even if connection doesn't expect SSL the asyncpg try to use it. As we know, if SSL connection was cancel it provide leak - https://github.com/python/cpython/issues/109534#issuecomment-1865257133

Also, seems like this line https://github.com/MagicStack/asyncpg/blob/master/asyncpg/connection.py#L471 is leak. (sorry, it's different issue I believe)

HTTP/3 has some issues with SSL implementations it's why difficult to add it into NGINX. Basically, the responsibility between SSL lib and HTTP server became is dramatically different because we...

yes, it's a supper annoying issue, basically if user touch input before hydration is finished - it should be avoided by hydration. It still race condition possible but it should...

For my case, I must use the `lang` parameter from the URL query to make a request for the current session (user), and it should be only once. Just to...