Fantix King
Fantix King
Looks like the concept of "_created" metrics is just inherited from [the official "prometheus_client" package](https://github.com/prometheus/client_python/tree/master#disabling-_created-metrics): > By default counters, histograms, and summaries export an additional series suffixed with `_created` and...
Personally, I'd vote for (1) producing less unused info, but (3) is also fine for me.
We can use [something](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#exclude-package-data) like this to exclude only the C files: https://github.com/MagicStack/asyncpg/blob/d7faaff57a7a9c0029a31f09564d30ab35007907/pyproject.toml#L63-L64
@santigimeno a gentle reminder that the requested changes are committed, thanks for re-checking!
@santigimeno Thank you! I believe now the failing tests are fixed.
This is probably because the platform offers a large default size of pipe I/O buffer. The test `test_write_buffer_full` is assuming the total buffer size is less than 1MB (32 x...
This looks promising! Sorry for the delay. I'm aiming to merge this weekend or next.
Yeah, sorry for the delay! I'm looking into this.
This is probably happening in a situation not reflected in the provided Dockerfile because I cannot reproduce this with either Podman, Docker or a local run. The link to the...