James Clarke

Results 41 issues of James Clarke

- Header - [x] Separators (`/`) too tall - Dashboard - [x] Missing a button for 'query editor' - Repl - [ ] Update truncated output to use 'implicit limit'...

See: https://github.com/edgedb/edgedb/issues/3946#issuecomment-1223615851

If the branch/db name contains `/` characters, they need to be url encoded in the url path for the http apis's. Currently the encoded slashes are decoded before the path...

to-backport-5.x

Latest in client testcases repo contains tests for a `tls_server_name` option: https://github.com/edgedb/shared-client-testcases/pull/31, which we should add support for and update the submodule. Related rust implementation for reference: https://github.com/edgedb/edgedb-rust/pull/300

If the env vars needed for the client to connect aren't set in CI/whatever deploy platform, then edgedb-js currently shows the `Found edgedb.toml but project is not initialized. Run 'edgedb...

better-errors