Scott Trinh

Results 319 comments of Scott Trinh

I think the real issue here is that `run` knows how to wrap these fragments in a way that sends a valid query. (See https://github.com/edgedb/edgedb-js/blob/a44f17419768756688c5e7590df3405cebb2cf50/packages/generate/src/syntax/query.ts#L21-L24) Maybe we should expose another...

We plan on adding support for generic OpenID Connect providers, so we will keep the Keycloak use case in mind when designing that solution to ensure it encompasses how you...

@clayrisser Working on this now for the next major release if you want to follow along and test any nightlies that might come out of this. 👀 #7510 #7415

@Sporarum Can you share the `User` object type schema, and the generated EdgeQL query (`query.toEdgeQL()`)?

Yep, super helpful! We should always create a module if it's defined, even if it's empty. Will fix!

Thanks for the bug report here! I'm a little bit annoyed that this well-documented, non-deprecated Deno API is not supported on Deno Deploy 😓 This means you would _not_ be...

Can you share what version of TypeScript you're using here? Seems to work fine for me on a relatively complex schema with TypeScript v5.7.3 but we're always teetering on the...

OK, that is incredibly helpful, thanks for getting a repro together! I'll try to grab some time this week to dig in a bit and see if there is some...

> After having such a schema in production for a little more than a year now, maybe we've reached Gel's natural technical limitation? You're definitely bumping into the edges of...