Jack Fischer

Results 61 issues of Jack Fischer

- EdgeDB Version: 4.7 - EdgeDB CLI Version: 4.1.1 - OS Version: Debian GNU/Linux 10 (buster) (official edgedb images) Steps to Reproduce: Unfortunately we do not have a repro but...

- EdgeDB Version: 3.5 and 4.1+0c628ea - EdgeDB CLI Version: 4.0.2+500be79 - OS Version: macos 13 Steps to Reproduce: 1. Run the following (clearly wrong) query ```insert Example {prop:=datetime_current(), prop:=datetime_current()};```...

enhancement

`Comment A` is not highlighted in the following query, ```edgeql with examples := >$examples, for e in array_unpack(examples) union ( insert Example { x:=e.x, #Comment B y:=e.y } ) ```

bug

**Code** ```typescript // GENERATED by @edgedb/generate v0.5.3 import type {Executor} from "edgedb"; export type ExampleInsertArgs = { readonly "json": unknown; }; export type ExampleInsertReturns = { "id": string; }; export...

bug
needs design

Especially in data viewer but occasionally throughout other places as well we see a lot of inconsistent hanging that we are assuming comes from retrying serialization conflicts. We definitely don't...

The UI is great for allowing our team to directly interact with data, but we currently don't have a way to log user activity that occurs inside the UI which...

We’ve been struggling with the data explorer in the UI quite a lot as pages often take 60 seconds+ to load. Looking at the underlying queries that are generated, this...

Currently there is no history for filters in data explorer like there is for the editor/repl. The data explorer is actually the most common modality for interacting with the UI...

enhancement

The query history feature is nice though not very usable for locating old queries. This could be much more of a go-to feature than it is except that there is...

enhancement

A common use for the bytes type is to store (small) files. It would be handy to allow file upload via the UI, especially via the data explorer, but could...

enhancement