Scott Trinh
Scott Trinh
We have a general solution for this in the TypeScript query builder: the `e.cast` function, which takes a constructor as the first argument and the value as the second, using...
A few things are off here, including a misleading error message on our part that I'll work in getting fixed with the compiler team: Unless you are setting the `ext::auth::client_token`...
Agreed. We are restraining ourselves to the expressiveness of the EdgeQL type system here, which cannot express a discriminated union like this, but if we put in a little muscle,...
> On localhost I think everything (like the gel server, the user's app, etc.) all share the same cookies, so this would also wipe any cookies the user app has...
> On localhost I think everything (like the gel server, the user's app, etc.) all share the same cookies, so this would also wipe any cookies the user app has...
> This is my first contribution to an open-source project, please go easy on me. 🎉 Amazing, and welcome! We're super friendly here and happy to have the contribution. 🙏...
RE: tests: Maybe we can update the dbschema here https://github.com/geldata/gel-js/blob/1ac54d6c59d3a623f010b6179ac896878ca07c3e/integration-tests/lts/dbschema/default.esdl#L152 to be a `multi` link, which we can add an assertion for here: https://github.com/geldata/gel-js/blob/1ac54d6c59d3a623f010b6179ac896878ca07c3e/integration-tests/lts/interfaces.test.ts#L46 --- Not a blocker, I can...
> Hey this is fun, I should contribute more often! Please do! We have a very small handful of outside contributors who do really valuable work because you're actually using...
Interesting! I wonder if we should make this configureable so that folks can set it to `consent` if they prefer that. For now, seems like it makes sense to default...
Great, thanks for the update! I think maybe we should stick with an enum similar to the underlying property just in case they add other values in the future. wdyt?