Peter Law

Results 126 comments of Peter Law

This reproduces for me on 3.8, 3.11 and 3.13 (other version untested) on Ubuntu 22.04. It's probably something to do with the annotation handling being different to the inferred types...

From a quick look I suspect this could be a more general issue with how `type` is handled. For example the following also fails: ``` python from typing import overload...

@alexanderdean just wondering if there's any update on this? As a friendly reminder TLS provides more than just making traffic private -- it also helps ensure the authenticity of the...

@jbeemster thanks for the update. Just wondering how this is progressing? I appreciate that getting to enabling HSTS (while the ideal state) would require a lot of checking to avoid...

Thanks, this is great to see. Regarding the comment in the support article about the value in the schema files: > IMPORTANT: Please note that the URL of the metaschema...

Could someone help me understand the value of the `@consume` decorator? I can see the value of `@produce` and `@aproduce` for test setup, but I feel I'm missing the value...