Fabian Hiller
Fabian Hiller
Would you return an issue for every duplicated item or just one for the entire array? This decision can affect the implementation.
Thank you very much! I will try to give you feedback at the end of next week as I have to focus on other things in the next few days.
I just want to let you know that I am focusing on our v1 release first before reviewing this PR.
Can't you add an empty value (e.g. empty string)? Feel free to share your use case and code with me.
I understand and will check if we can allow `null` or `undefined` in such cases. In the meantime, you can change the input requirements of your schema to allow, for...
Unfortunately, I couldn't find a quick fix as I encountered some more complex TypeScript errors. I may try again when I have more time or consider it when rewriting the...
Thank you very much for your feedback! I will wait to see if more people encounter this problem. In the next few weeks, I plan to add a "on this...
There is now a chapter menu that you can enable on larger screens on the top right of a page to jump directly to the examples.
Thank you for the great issue description. `pipe` requires a schema as its first argument (see our [mental model guide](https://valibot.dev/guides/mental-model/)). Therefore, I would probably change the API to: ```ts const...
I will probably focus on our v1 release before coming back to this issue. Feel free to explore the API design further (including completely different ideas) and share your findings....