Damjan Kužnar
Damjan Kužnar
* **asyncpg version**: 0.20.1 * **PostgreSQL version**: 12.2 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No. *...
Add an option to automatically include `DateTimeField` and `DateField` with `auto_now` set to `True` to a list of dirty fields in case any other field has changed.
I am using Bottle v0.12.3 and encounter the following exception when I install the compression plugin. ``` bash Traceback (most recent call last): File "/path/to/bottle.py", line 862, in _handle return...
Currently the "prefetched/buffered" messages that are in the MessageStream queue are silently dropped when MessageStream is dropped which causes the messages to be retried only after `stream_ack_deadline_seconds` passes and message...
### Describe the bug TS types are not properly defined as optional for contract when using Zod schema, but correct when using TS types and c.type. For example, types in...