Colin McDonnell

Results 258 comments of Colin McDonnell

If the command doesn't receive a `-I` flag and can't resolve a project-linked instance, a general purpose `"Must provide an instance name or run this command inside a project directory`"...

> I think fixing completion is quite hard task, and without fixing completion I'm not sure it's overall positive for the DX. sounds good, scratch that idea 👍 > Do...

> There is another subtle issue with link > I think both of these should accept an optional positional name argument This is why `create` and `link` should use a...

To just clarity: this project is linked to a remote instance? The short answer is that the CLI just isn't capable of upgrading remote instances right now. We'll follow up...

I think it's time to pull the trigger on this @tailhook

You have to type out `Yes` to delete the database, not just `y`. The first part (lack of support for `insert` in `fill_expr`) is still a bug per https://discord.com/channels/841451783728529451/849377751370432573/950859606865870919

I dig it. Is this still a draft or is it ready for review?

I found a fix for this but it requires bumping the minimum version to TS4.4 which I'd rather avoid until I release another major version.

It looks like you may have two versions of Zod installed in different parts of your project. Without more background and a code sample I can't give much guidance.

Can you share a minimal reproduction? If there's a problem `mergeValues` Zod should add an issue to the returned `ZodError` with code `ZodIssueCode.invalid_intersection_types`. If that's not happening then there's a...