Scott Trinh
Scott Trinh
> I really wish the first version would have worked. Yeah, I agree that we should do more to protect you as the consumer from this at the type-level. >...
@gomain > My question is rather in regards to general one many relationships where we want to query for a many given a one. Gotcha. I think this form is...
Yeah, it would be great to generate the imports in a structured and reliable way instead of relying on `import *` as much in the generated code. Not something that...
> Is there any update on this? Nope, no update and it's not a super high priority at the moment. The more likely fix here is going to be as...
I agree that we can add some additional overloads to get a more useful narrowed type, thanks for reporting!
Ahh, it looks like this comes straight out of how the `max` function is defined in EdgeQL: https://github.com/edgedb/edgedb/blob/8f6ae3109d033534f94e6af21a140dd2cb55b375/edb/lib/std/20-genericfuncs.edgeql#L346-L354 It is of type `anyreal` and the `decimal` type is actually a...
@BKG01 Yeah, this is a painful omission, for sure. Hopefully it suffices to write the queries that need this using the `queries` generator or manually with strings as we work...
@jaclarke > that would similarly be triggered on tag creation and mimic github's webhook call, but would decide which webhook This is a clever solution! I'm definitely worried that since...
@denizdogan I'm going to try to manually publish a release! Out of curiosity is it possible to use github directly instead of deno.land? I imagined one of the advantages of...
@denizdogan > If I may ask, what are the customizations that your Deno builder does? https://github.com/edgedb/edgedb-js/blob/master/compileForDeno.ts > Could some of it be replaced with just [Denoify](https://docs.denoify.land/)? I would love to...