Scott Trinh

Results 81 issues of Scott Trinh

Publish a helper library for EdgeDB Auth targeting SvelteKit.

Closes #592 This adds a new property to the type that contains all of the subtypes of a given type, so that when testing assignment, instead of comparing objects structurally...

There are a few bits of metadata that can be helpful for the query writer to communicate to the generator: 1. Desired name of the types of the parameters and...

Using the three standard annotations (title, description, and deprecated), we can add [TSDoc](https://tsdoc.org/) comments to the interfaces and properties to show more rich information in IDEs that support it. -...

enhancement
help wanted

Minimal reproduction repo: https://github.com/freeatnet/repro-unless-conflict-issue/blob/main/src/pages/api/testcase.ts There seems to be something causing a scope mismatch with the insert expression vs the insert unless conflict expression. I'm able to reproduce this in our...

bug

(and eventually linting rules) We currently do not have anything that helps save contributors from submitting a PR that hasn't been run through Prettier already. It would be good if...

enhancement

# Abstract We propose introducing pattern matching to the TypeScript query builder for EdgeDB. Analogous to switch-case constructs in programming languages and pattern matching in functional languages, this enhancement aims...

enhancement
needs design

We are currently not automatically publishing releases to deno.land during our release. We're also only publishing a single package that represents the driver, so we should also publish the generator...

The majority of changes that collect over the course of our release cadence actually affect both the driver and generator. There is also a pretty tight dependency between the generator...

enhancement

We do not currently generate properties for link properties in our interfaces generator. We should! Open question: Do we need a special helper type to remove these properties?

enhancement