Christopher Trudeau

Results 9 comments of Christopher Trudeau

I've reproduced on macOS. Possibly same problem as #439

Perfect thanks. I notice the `.from_orm` method doesn't appear to be mentioned in the docs. Happy to make an MR. Maybe something in the "Response Schema" section?

Docs got added. As it was only documentation I was lazy and didn't build anything. Hopefully I didn't break anything :)

Yep, that is what I was thinking. That's how I've seen it done in other similar libraries. Would make an attempt at it myself, but don't do Swift yet... that...

Not sure if this is the same problem, but in live mode the height isn't being calculated properly with an nth-root, clipping the top. The last line is meant to...

Thanks @Qadosch, I worked around it by getting at the request itself. My question wasn't so much that I was blocked, as whether I understood correctly, warranting opening an issue...

Might be able to be handled with a function instead. A helper method that takes the Schema specifying the possible fields/validation, and the request, and once the data has been...

@vitalik This is more elegant than what I was thinking about! A convenience method on `PatchDict` that could iterate over all keys and call `__setattr__` on an object with the...

I spent a bit of time on this, and well, I believe I'm in over my head. I don't really use type hinting much in Python. I thought the answer...