Frederick
Frederick
It looks like double clicking on the object type name in the graph removes a bunch of stuff and double clicking on one of the fields in the same object...
Awesome, thanks for this! Would you add test cases for this? Copy the `cmd/edgeql-go/testdata/no-args` directory and rename once for each of the new options. Adjust the directory content for the...
Closing in favor of https://github.com/edgedb/edgedb-go/pull/317 and https://github.com/edgedb/edgedb-go/pull/318.
Thanks for the PR! > This can make the optimal type easier to use in some scenarios. Can you elaborate on this? We chose the `Get()` API instead of using...
I understand where you are coming from. While it is common for the zero value to mean unset it is not a rule. I don't think we are ready to...
Thanks for opening the issue! I'm not sure I understand what this is asking for though. `json.RawMessage` is a `[]byte` type and can be used in place of `[]byte` with...
Ok I see. That makes sense. It turns out that we can decode to `json.RawMessage` but we currently don't support encoding to it. Before potentially changing the generator I think...
Added in [v1.2.0](https://github.com/geldata/gel-go/releases/tag/v1.2.0)
Thanks for opening this issue @4thel00z! We will consider adding this feature. In the mean time you can work around this by setting the [`EDGEDB_INSTANCE`](https://www.edgedb.com/docs/reference/connection#specifying-an-instance) environment variable to the name...
Maybe this should go behind a flag?