stolenzc

Results 4 comments of stolenzc

I Also hope this plugin can published to Microsoft Edge Addons Website. I used edge right now.

I got the same error and I don‘t how to solve

```python async def query_one(sql, args=(), size=None): async with _mysql_pool.acquire() as conn: try: await conn.ping(reconnect=True) except Exception: await conn._connect() async with conn.cursor(aiomysql.DictCursor) as cur: try: await cur.execute(sql, args) query = await...

I am watching this issue more than 1 month, and I always wait for implement this function in ruff. our company have some code style rules, All other rules can...