Yury Selivanov

Results 69 issues of Yury Selivanov

Recursion should be possible: ```python p = default.LinearPath(label="singleton") p.next = p client.save(p) ``` I'm enabling it in the next PR, but the bigger question is model_dump. It would crash unable...

This is what we print now ``` gel.errors.EdgeQLSyntaxError: Missing parentheses around statement used as an expression ┌─ query:14:33 │ 14 │ with │ ^^^^ error ``` we need to include...

They can be rewritten, they can be backlinks that no longer make sense - we have to erase them after save()

We'd like to change the current implementation of `__variants__` and `__typeof__`. ## `__variants__` -> `__shape__` `__variants__` is long to type and is also an unknown term to both Python and...

Fields starting with underscore have a special meaning in Pydantic and cannot be supported out of the gate Things to fix / take care of / ideas: * Generator should...

two use cases: * you subclass our model to add a computed -- readonly * you subclass our model to add more input for your endpoints -- write/read we can...

`MyType.select(computed=...)` should be prohibited at the type level if `MyType` doesn't have `computed`. We won't be able to unpack fields we don't have definitions for, so we have to simply...