Einar Wigum Arbo

Results 11 comments of Einar Wigum Arbo

Any updates on this @andrey-khropov ?

Python 3.13 is out now. Any updates on this?

Sorry if i yoinked your PR, but seeing there was no activity since you raised this issue @marcinhlybin, I took the liberty of making a PR for this one at...

I am experiencing the exact same error message when using the python SDK. I tried with using both `mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-EN20250122` as suggested as well as the `mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview`, and both gives the...

I'm having the same issues using `pyright==1.1.323`. `xread()` method is typed as returning `ResponseT` which is a type-alias for `Union[Awaitable, Any]`. From pyright's point of view this kinda makes sense,...

Related to #309. I am experiencing the same issue myself, and haven't found a way of serializing exceptions. I am using `orjson`, but like `msgpack` it cannot serialize exceptions either....

I found out my `ArqRedis` had set `decode_responses=True`, which was the reason i needed `orjson` as a custom serializer in the first place. By setting `decode_responses=False` (the default), the default...

Type checkers are relatively "new" to Python, and is constantly developed so false positives will absolutely be present. Speaking from personal experience, I introduced static typing into an already existing...

https://github.com/gabrieldemarmiesse/python-on-whales/blob/338feb5738264e7247298fffbf2c3bf81fa7f4f0/python_on_whales/command_line_entrypoint.py#L34-L45 Tried to apply the basic set of rules. A typical problem i see is like the example above. The `new_tag` argument can be `str` or `None`, and defaults to...

Is there any plan for when you will be supporting python 3.13?