Sergey Tikhonov

Results 8 issues of Sergey Tikhonov

Our problem is search results personification via personal block list. 1. User adds some documents to a block list 2. Manticore returns these documents 3. There is a lot of...

We have a model with a non-autoincremental primary key, which has an m2m relation. After deleting and creating an instance with same primary keys, we are getting stale m2m cache....

We recently had a very nice evening with large corrupted files on a specific hardware setup. [Here](https://trac.nginx.org/nginx/ticket/1870) is an issue describing a situation like ours: * We have a virtual...

Redis connection has method 'PING' to check the connection status. Redis pubsub can't run any connection methods, so ping doesn't answer 'pong', but it returns an error: ``` $> telnet...

There is a small problem with `BaseEventLoop.create_connection()` method: it doesn't have connection timeout. For example, this code never finishes because of non-blocking client socket: ``` python import asyncio from asyncio_redis...

Closes #20 This PR moves project configuration from `setup.py` into `pyproject.toml`. To build and upload new package following command is used: ``` pip install build twine make build release ```...

Добрый день. Не знаю, достойно ли это упоминания в документации, но мне удалось подтвердить работоспособность запросов в Intellij GoLand 2021.3.1 Для начала, плагин GRPC еще в зачаточном состоянии, поэтому много...

documentation