Benjamin Lindberg

Results 7 comments of Benjamin Lindberg

Any news regarding this?😁

@JonnyBurger sounds good! But one thing im wondering is the workaround. Would it be possible to get a rough explanation?

@sap471 I temporarily fixed this problem, i forked this repo and released it as [@benjaminlindberg/fastify-type-provider-zod](https://www.npmjs.com/package/@benjaminlindberg/fastify-type-provider-zod). But hopefully the official package will get updated soon.

Would it be possible to invoke 2 lambda functions at once? One function that just renders the Remotion composition, and the other one is for the overlay. And they would...

@eswarty thanks! Ill definitely try that out. Using .regex would also work I believe.

```ts import { Schema, SchemaDefinition, SchemaOptions, SchemaTypeOptions, SchemaTypes, Types } from 'mongoose'; import { z, ZodObject, ZodRawShape, ZodType } from 'zod'; declare namespace zm { interface zID extends z.ZodUnion {...