Results 449 comments of Dima Tisnek

P.S. I've installed python using uv; I can only build this library with oldish pythons, 3.7, thus I'm limited to 2 Python versions I can experiment with.

FWIW, here's my entire setup ```toml [project] name = "awaitwhat" version = "24.11-rc1" description = "async/await introspection" authors = [{name="Dima Tisnek", email="[email protected]"}] license = { file = "LICENSE" } readme...

Weirdly only one test out of three we run in parallel trips on this. I wonder if this could have something to do with distributed nature of GitHub: - I...

I've started a discussion upstream: https://github.com/orgs/community/discussions/164558

re docs: https://docs.readthedocs.com/platform/stable/tutorial/index.html#setting-stable-as-the-default

Hi, sorry I left some comments on #4556 instead of here by accident.

You may consider using https://pypi.org/project/otlp-test-data/ , a small project I made to generate all conceivable "weird" inputs. That includes the JSON flavour of OTLP serialisation, to the best of my...

Clarification about versions: - py3.9 last available ipython is 8.18.1 which has this issue - py3.8 can't install 8.18.1, can't test - py3.8 last available ipython 8.12.3 OK - py3.9...

Python 3.9 will reach end of life next month. ipyhton or prompt toolkit may drop support soon after. I propose that this issue can be closed.