James Clarke

Results 47 issues of James Clarke

- EdgeDB Version: 2.0-dev.6375+75976cc For the following schema: ``` type X { property a -> str; } type Y { property a -> int64; } type Z { link xy...

usability
onboarding

(Implemented in EdgeDB here: https://github.com/edgedb/edgedb/pull/5080) - [ ] Add double star `['**']` that contains all properties *and links* - [ ] Try to add an overload to `e.is` to make...

enhancement