Andrea

Results 16 comments of Andrea

- `[{` inside a `{}` block, jump to the first `{` - `[}` inside a `{}` block, jump to the first `}` - `di-c` delete all text surrounded by `c`,...

Maybe this is related to TypeScript, but should I use the `LoaderData` in this case? Thought we should completely replace it

@nduc please could you format your code with markdown?

This is quite annoying because it is blocking me to upgrade my entire project to ESM. Any news?

Would it be possible to add the `.exclude()` method also in `ZodNativeEnum`? I have a case where I need to exclude from a prisma enum a specific value: ```typescript const...

I can't understand why this issue has been closed since the OP issue is still present in the latest version (`2.0.4`). The shopify cli can't be used, even when the...

So a lot has passed since I opened this issue and I read all your comments. The snippet I shared at the start was a simplified version of a `loader`...

Hey @kwiat1990, could you provide more details for your problem please?

@kwiat1990 oh sorry, that was a simple typescript example, here is how you should translate it to remix: ```tsx export const loader = () => { const x = Math.random();...

@kwiat1990 from the error Typescript raised the problem is in the type of `article.author.avatar.createdAt` that is serialized correctly as `string` since initially it is of type `Date`, in order to...