jvcmanke

Results 6 comments of jvcmanke

I second this! Not even for the circular dependencies (even though it should be the main reason to do this), but for organization purposes as well. Even with a small...

I am open to help as well! I don't have that much time, but I really like the library and want to help where possible. I took a look at...

I've been experiencing a similar thing with the client, in my case I have a monorepo where I generate the client on an `api` workspace and install and import it...

I was struggling with this as well, however I found a different workaround using with `pipe` operator form `zod` that may help you out: ```typescript z.string() .optional() .pipe(z.coerce.number().min(0).default(0)) .openapi({ type:...

@Gabrola I can submit a PR if I have the time, in particular for the `@ts-rest/next` side of things, I'm not that familiar with the other integrations. Any preference on...

@oliverbutler Sadly, I didn't have enough time to start working on anything yet, even though I think it would be a really small change. I was planning on working strictly...