Markus Wegmann

Results 16 comments of Markus Wegmann

For the sake of documentation: > A finally clause is always executed before leaving the try statement, whether an exception has occurred or not. When an exception has occurred in...

Dear all I have the same issue and was quite perplex when greeted with a red `'format'` message (there might seem to potential in improving the masonry logging in case...

P.S. I'd gladly support development of this extension.

@patrick91 That is a really great proposal. I guess this would support static time typing analysis in future Python versions?

@patrick91 Python is still lacking quite a lot of (basic?) type inference features, considering what TypeScript is able to do. As Annotated[] should play well with coming improvements to the...

Similar/same issue here: ``` .venv\Lib\site-packages\strawberry\experimental\pydantic\_compat.py:302: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater. from pydantic.v1.typing import is_new_type ```