Frederick

Results 38 comments of Frederick

@divan and anyone else that would like, we would love to have early feedback from the community on this feature if you are interested in trying it out.

Currently all generated query functions are public. I think they should be private by default. Then if people ask for it we can provide a mechanism to tell the generator...

~TODO: I need to look at linked property support~

2 cons for this idea 1. The user has to know that they need to print the error with a special formatting option. 2. Collecting the stack trace is a...

I'm not confident I understand all the intended use cases for the server settings so I'm hesitant to make big changes here. @1st1 or @elprans can you give us some...

for remote instances the upgrade procedure is 1. create a new remote instance using EdgeDB 2.0 2. `edgedb dump -I old_instance mydumfile` 3. `edgedb restore -I new_instance mydumpfile`

hm... I'm still seeing this ```bash $ edgedb instance link --trust-tls-cert --host myhost --password aws Password for 'edgedb': Specify the port of the server [default: 5656]: > 5656 Specify the...

Also, `edgedb instance unlink --help` has the same staggered formatting.