Jack Fischer

Results 35 issues of Jack Fischer

It would be great if cpr could be easily installed and linked against via homebrew!

Feature :sparkles:

As per the [readme](https://github.com/edgedb/edgedb-docker/blob/802f16748ddf5748affce9e34702142242ebe8cd/README.md#edgedb_server_generate_self_signed_cert). `EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed` yielded an error for me.

- EdgeDB Version: 4.2 - EdgeDB CLI Version: 4.0.2 - OS Version: Steps to Reproduce: Run the following incorrect query where the filter is before the shape. Obviously the issue...

onboarding

Our schema/queries seem to result in a vastly disproportionate number of transaction serialization errors. Virtually all our queries are standalone and not in explicit transactions. I understand there are optimizations...

[From discord](https://discord.com/channels/841451783728529451/849377751370432573/1152368279961214996) It's quite common to insert `order by`s on `multi link`s, either at query time, or if the link is already a computed/backlink, embedded as a computed. Built in...

enhancement

- EdgeDB Version: 4.7 - EdgeDB CLI Version: 4.0.2 - OS Version: macos 14 Steps to Reproduce: Reduced query + schema as much as possible. Simplifying anything eliminates the error....

bug
compiler

- EdgeDB Version: 3.5 - 4.7 - EdgeDB CLI Version:4.0.2+500be79 - OS Version: macos 13 Steps to Reproduce: 1. Run the following query ```edgeql select ( group ( select APA...

bug
compiler

- EdgeDB Version: 3.2-4.7 - EdgeDB CLI Version: 3.4.0- 4.0.2 - OS Version: macos 13.5 Steps to Reproduce: Discovered accidentally while trying to create a nested group by[ [discord]](https://discord.com/channels/841451783728529451/849377751370432573/1148317119872774285) 1....

bug
compiler

**Describe the proposed feature** A clear and concise description of the syntax, what you want to happen, and why it's needed. Our ~250 edgeql queries takes about 45 seconds to...