Bogdan Teleaga

Results 5 comments of Bogdan Teleaga

Hello! I didn't end up using it, but I believe it's like that because the complex numbers are a pair of float/double.

Looks like https://github.com/7696122/evil-terminal-cursor-changer/commit/2735a11a2a0c8d327b730cefef2794834263c413 introduced this regression. It is worth noting that this package doesn't really work in Terminator. I took a look at how it's supposed to behave in xterm...

If I remember correctly this used to work before the rename. Maybe that came with a bigger change than expected, but that's the main reason I considered it to be...

Thank you for this example, but if `Foo` has several different attributes is it possible to set examples for each of them?

So the example above rewritten like this ```python @dataclass class Foo: foo: str bar: str @post("/") async def handler( data: Annotated[ Foo, BodyKwarg( examples=[ Example( summary="This is how to use...