Scott Trinh
Scott Trinh
@spalger We have plans introduce a different and separate API for operators and I'll definitely link here once we get started on that. Thanks for your ideas here, we've toyed...
"Fixed" in #1039 We will more thoroughly address `e.op` type performance in future work, but this unbreaks the current versions.
The end goal of this function is to know where to find the `gel.toml` (and thence the schema directory), so one way to cut this Gordian Knot is to allow...
As far as this proposal is concerned, as-is, I agree that "env" is a little too suggestive since I think the most common case I've seen users hit this snag...
> What happens if there is a duplicate? I think that's determined by the underlying HTTP layer, so maybe @mmastrac can shed some light here? IIRC, typically duplicate headers are...
I think the real-world use case here is wanting to use this method to simplify creating the JSON payload itself, but needing to specify a specific `vnd` JSON MIME-type, (like...
@msullivan > It would probably have to work by doing an edgedb dump/restore, but that's maybe fine Yeah it seems like if we expose a way to do this in...
Can you try the following: ```bash ~/.local/bin/edgedb cli upgrade # and then npx gel cli upgrade ``` There is a weird gap where we had both names with one aliased...
The CLI wrapper code is looking for an old package name when trying to find the right package. We stopped publishing to the `edgedb-cli` package name, so it's getting old...
@haikyuu I strongly agree with most of your assessment here: We should store and synchronize the data, and pass through webhooks via our webhooks mechanism. There is also probably some...