Carson Full

Results 45 issues of Carson Full

- EdgeDB Version: 4.7 - EdgeDB CLI Version: - OS Version: https://github.com/CarsonF/edgedb-object-rename-index-bug/commit/b83483f6993434e879a47a4e822d1240995dc291

If the set includes the item then it's safe to narrow it to the type of the set. ```ts const colors = new Set(['red', 'blue'] as const); const inputColor =...

This allows custom codecs to use imports from non-"edgedb" exports

Add binding support for https://github.com/edgedb/edgedb/pull/7187 ```ts client..transaction((tx) => { tx.withGlobals({ foo: 'bar' }); }); ``` How should/can this be limited to only 4.8/5.0+ instances?

upstream:edgedb

Currently the lines/arrows are the same for links as for inheritance. It would be nice if those were distinct. It would also be nice if they were highlighted when the...

enhancement

- Allow custom `transformer` instance to be passed into `Connection` constructor options - Updated transformer methods to be `protected` instead of `private` and have explicit `any` return types. This allows...

Because the generic passed to `run/stream/first` is wrapped in a `Dictionary`, I cannot specify the object being returned. For example, ```ts const orgFromNode = (node: Node) => Organization.from(node.properties); const orgNode...

breaking

I overwrote the function qa_get_user_handles_html() to display the user's full name instead of the handle. The badges showed up correctly everywhere except the users list. I found the regrex in...

This moves all the work for getting the CLI download url into a separate packages file. There was some duplicated work in `win.ts` that I either DRY-ed up or unified...

- EdgeDB Version: 5.1+4ced01b - EdgeDB CLI Version: 5.2.0-dev.1153+93311cf - OS Version: mac Steps to Reproduce: 1. `migration create` ``` edgedb error: InternalServerError: AssertionError: Server traceback: Traceback (most recent call...