Scott Trinh

Results 319 comments of Scott Trinh

@jackfischer are you using the `--file` option or are you writing multiple files?

Yeah, and having flexibility in the arguments means you can do things like `?? "default value" or use optional arguments for updates. Maybe the kind of static analysis you're looking...

Yeah, statically analyzing the query to ensure the query types are correct at introspection time seems like a doable thing! I'll move this to the edgedb-js repo and talk it...

As an aside, renaming the field using computed doesn't work due to how we look up the type: https://github.com/edgedb/edgedb-js/blob/464b0988121e7183a8304b37014a096ff0d01895/packages/generate/src/syntax/typesystem.ts#L374-L383 We do not save the source key into the expression, so...

We will be working on language server performance for our query builder first thing in the new year, but until then the suggestion about using a separate project works. You...

I have a crazy idea: what if the output was [TAP](https://testanything.org/)? That way users would be able to use [one of the many TAP reporters](https://www.npmjs.com/search?ranking=popularity&q=tap%20reporter) to format the output here?...

In the meantime, if you need all of the links of an object, you'll have to manually add them, but you can use the single splat to make it a...

@mitjans I think we would publish something less opinionated and standalone, more similar to the existing auth helper libraries that perhaps the nuxt-edgedb module could itself use to power its...

@mitjans > What auth helper libraries are you currently using? I mean the ones that exist in this monorepo, for instance the [Next.js one](https://github.com/edgedb/edgedb-js/tree/master/packages/auth-nextjs). > What would be the desired...

@fredt34 Great idea, and thanks for the extra sleuthing there. PRs welcome!