Scott Trinh

Results 319 comments of Scott Trinh

@gomain If you have a chance, can you bump to the latest stable versions of edgedb, edgedb-js, etc, and report if you're still seeing this behavior? I still suspect a...

It seems like there was some issue formatting the code correctly in this issue, do you mind trying again and maybe running it throw the Prettier playground to get proper...

I'm going to lock this issue: `safeParse` uses a result-like discriminated union, and that's a design choice we chose explicitly. We are not likely to ever reverse course on the...

👋 Yeah, the issue here is that we enforce at the type level that the array has at least two items (`[T, T, ...T[]]`), but the type of `Object.values` is...

@NetOpWibby Do you have any idea where those four APIs are being used in the client? I wasn't able to find any references to them when I grep'd for them...

@NetOpWibby I assume that means it's coming from _our_ pinned versions from the `std` library. Do you mind providing some of the output from `DENO_VERBOSE_WARNINGS` so we can look into...

> What is the difference between the pattern above and the e.uuid behavior where the cast appears to happen automatically? I believe this is a case where, under the hood,...

> Currently, the result of z.string() validation of an empty string "" leads to a pass instead of a fail, even though the field itself is required. I think this...

@mikeybinns > Perhaps instead of just adding an example, I think a better option may be to add a section in "Guides and concepts" specifically about forms and what you've...

> When I try edgedb project init, I'm getting edgedb error: cannot find package matching 5.0.. Should the version in edgedb.toml be 5.0 or 4.0? Interesting. I don't _think_ I...