Devon Campbell

Results 73 issues of Devon Campbell

As it is, the emoji touches the region name since there appears to be no space between. ![CleanShot 2023-10-17 at 11 35 42@2x](https://github.com/edgedb/edgedb-cli/assets/2027711/17183658-8e90-413c-a0f5-c1a6613c321d)

bug

As it stands, if the download fails, the user gets this output ``` info: downloading installer $ ``` We should instead log out an error message.

bug

When running `edgedb database --help`, the help text says I can use the `--help-connect` option to learn about connection options, but that doesn't seem to work on this command. It...

When upgrading a local instance to a new server version, I get one OS-level notification that a background item has been added for each instance running on my system. I...

This could be simple. Something like this for `edgedb project init`: ``` Creating a new project named with EdgeDB version . Proceed? (Y/n) ``` and for `edgedb instance create`: ```...

The CLI should fail and show an error to a user who attempts to run `edgedb instance create` as root since Postgres will not run as root. See https://github.com/edgedb/edgedb/pull/4751 for...

enhancement
developer experience

https://github.com/edgedb/edgedb/pull/4489 added support for tuples as parameters on the server, but I'm not able to use this in the CLI REPL (version 3.0.0-dev.922+d8320e6). This query: ``` select $var; ``` gives...