Scott Trinh

Results 319 comments of Scott Trinh

Thanks for reporting! I've transferred the issue here since this is related to the TypeScript query builder and not the EdgeDB server or compiler itself. Turns out this is a...

Very curious that it does not seem to have the same issue with non-Deno TypeScript, even with the same version of TypeScript.

I'm curious what the existing auto-instrumentation with Node provides considering we are using `fetch` internally. Definitely lots of opportunity to add more detail and specifics, but I want to get...

@Arrow7000 Thanks for digging in here! > There seems to be something wrong with the default exports though. I'm getting this, but the one at the bottom looks very off....

Going to set this as a draft for now while I add a bunch of tests in a separate set of PRs that branch from this. But, if anyone is...

@Arrow7000 Yeah, it's mostly waiting on me to have the time to work out the implications "downstream" from implementing what is essentially nominal typing within the TypeScript client. No ETA...

One idea here is to allow customizing the error handling to specifically try restarting in some cases. I think a more holistic solution that attempts to detect the disconnect at...

@dkirchhof I'm an erstwhile ReScript developer myself, so I'm open to making it easier for that ecosystem to integrate with EdgeDB. I'll throw this on my "medium-term" list of pet...

Yeah, that seems reasonable. I can imagine something like what prettier and eslint use as their path resolution should work for us.