Alessandro Salvatori
Alessandro Salvatori
I am well aware that not even asyncio provides good debugging facilities for anything related to concurrency. But aioprocessing being often adopted as a drop-in replacement at a late stage...
Prompt_toolkit works flawlessly with asyncio but throws the exception in this issue's subject line when run via uvloop. Some of the example programs in prompt_toolkit reproduce the issue: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1230 would...
I have a couple of potentially silly questions. Suppose I am reading rows in batches from a table in a source database and writing the same rows in batches into...
* **asyncpg version**: 0.23.0 * **Python version**: 3.9.2 * **Platform**: Linux * **Do you use pgbouncer?**: no * **Did you install asyncpg with pip?**: yes * **Can the issue be...
I've been relying on the newest implementation of executemany() to perform bulk upserts, but it has the shortcoming that it will not allow to easily determine the number of affected...
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: Aurora PostgreSQL 10.14 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**:...
* **asyncpg version**: 0.22.0+ (at commit 075114c195e9eb4e81c8365d81540beefb46065c) * **PostgreSQL version**: CockroachDB v20.2.3 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...
I have a few interrelated questions. Some might even be blasphemous for lack of in-depth knowledge of the wire protocol on my part. 1. Is there a way to delay...
Ran into a "Picked an invalid source context". I've only seen this once thus far. On python `3.12.0` with StackPrinter `0.2.12`. ``` Stackprinter failed while formatting : File "venv312/lib/python3.12/site-packages/stackprinter/frame_formatting.py", line...
Here's a column from a table in `fancy_outline` format. Taken from the current tip of master, such that multiline cells for another column to the right of the offending one...