Fabian Hiller

Results 1178 comments of Fabian Hiller

Thanks for the info. I will have a closer look next week.

Ok. Sorry. I'm moving this weekend. Otherwise I would have looked at it right away.

I will try to review the changes in the next few days.

Thank you @brandonpittman. I will check your changes tomorrow.

Currently this is not possible. Do you know if this works with Zod? I think it will be difficult to make it completely type-safe.

We decided to not support something like `MySchema.type` because accessing `MySchema.type` at runtime could result in runtime errors. Our implementation is fully type-safe and allows to infer the input and...

I don't understand everything. Can you explain in very simple terms what is the current state and what is the expected behavior or output? Feel free to share a [playground...

Hey, the `zodForm` function is a really simple function. [Here](https://github.com/fabian-hiller/modular-forms/blob/main/packages/solid/src/adapters/zodForm.ts) is the code. I recommend copy it to your project and upgrade it as I am more focused on [Formisch](https://github.com/fabian-hiller/formisch)...

Thank you for sharing!

Are you interested in creating a PR or should I fix it myself?