Jack Fischer
Jack Fischer
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.2.3 - OS Version: Steps to Reproduce: 1. Perform a filter with `array_unpack()` 2. Perform a filter with `array_unpack()` ``` credalai_app:edgedb> analyze...
It would be very helpful to have an option to access the `\extend`ed version of an `analyze` like you can in the CLI.
If you query a sufficiently large result in the REPL, even if it is within history and you return to the REPL page at a later time, the browser can...
Really not sure about what situations cause this but when the subquery is like this it is effectively unreadable. It would be helpful if this could expand to show the...
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.3.0 - OS Version: Steps to Reproduce: **1. Normal query using index is fast,** ``` edgedb> analyze ..................... select AuditLog {id} ........................
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.3.0 - OS Version: Steps to Reproduce: 1. Query with `.link.id` filter, no index ``` oregon_PROD_4:edgedb> analyze ..................... ..................... select AuditLog ........................
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.3.0 - OS Version: Steps to Reproduce: (On our data) query with flattened filters takes **28.9s**, nested select takes **1.2s** ```edgeql #...
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.2.3 - OS Version: Steps to Reproduce: 1. Bad version, ``` credalai_app:edgedb> analyze select User {isAdminOfOwnOrg}; ───────────────── Query ───────────────── analyze select ➊...
For single links I wouldn't expect to see the `1` count, it just makes you think it must be a multi link. Does seem like it would be cleaner to...
### Which Fern component? Fern CLI ### How urgent is this? P2 - Medium (Would be helpful) ### What's the issue? Steps to reproduce Run `fern upgrade` in http://github.com/Credal-ai/fern-docs/ Expected...