Alexey Trofimov

Results 12 issues of Alexey Trofimov

Windows 10, pip 10, python 3.5 GCC drops an error during `pip install jamspell` on windows: `error: 'long int NJamSpell::MemStream::xsputn(const char*, long int)' marked 'override', but does not override` Building...

A valid DSN with two hosts eg: `postgresql://user:password@host1:port1,host2:port2/db?...` which is a valid postgres DSN format (https://www.postgresql.org/docs/10/libpq-connect.html) cannot be used with databases because of `urlsplit` parsing exception for port. Pure `asyncpg`...

Seems like minimal column width is based on column content, but sometimes it is much reliable not to wrap contenton border but to hide the rest of it. This also...

### Summary I use soft delete for my models, and i try to get instance with repo like this: ``` obj = await repo.get_one(id='id', deleted_at=None) ``` because i dont want...

enhancement

I have two instances of aiokafka producers with `enable_idempotence=True`. Each instance is producing messages using only `send_and_wait` method. Once in a while they start to throw `OutOfOrderSequenceNumber` and producing messages...

question

Телек SONY BRAVIA, android 7 вроде бы (2015г). Все работает хорошо, powertunnel в режиме VPN со стандартным ютубом. Однако, есть проблема: если выключить телевизор со включенным powertunnel, то при следующем...

It would be nice to have some kind of lifespan for worker instances. In my case i need shared http client (httpx.AsyncClient) for my activities, and i now don't see...

enhancement

### Description I provide model with relationships as nested dicts like this: ```python class Parent(Base): __tablename__ = "parent" id = Column(Integer, primary_key=True) name = Column(String) nested = relationship("Nested", back_populates="parent", cascade="all,...

bug

### Summary In have some default transactions with steps: 1. Get row from database and lock it with FOR UPDATE 2. Check/validate row data 3. Update row I cant find...

enhancement

- Pylance version: 2025.10.3 - OS and version: MacOS - Python version 3.12 (venv, uv) ## Repro Steps I use custom color scheme for years: https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox 1. Install 2025.10.3 ##...

user responded
regression
textmate bug
ai-triage-responded