Fabian Hiller

Results 989 comments of Fabian Hiller

Valibot is currently implemented in such a way that each schema has it's own `._run` method. This method usually contains only a few lines with the complete validation logic of...

Thank you for your feedback! We can leave this open for now so developers can use this issue to discuss it. I will probably not investigate this further before v1,...

Please give a 👍 to this comment if we should consider first-class encode/decode support for Valibot v2. Thanks @javangriff for your very simple and clean implementation!

I will investigate if we can ship a similar feature as a minor release or if it requires a major version bump.

I think I encounter a similar bug in the `QwikCityProvider` in [line 504](https://github.com/BuilderIO/qwik/blob/v1.4.5/packages/qwik-city/runtime/src/qwik-city-component.tsx#L504). The update call `routeLocation.isNavigating = false;` is triggered, but `useTask$` is not always notified. It works with...

Hey 👋 thank you for reaching out! Can you give an example for a relative URL? I just want to make sure we are not mixing it with relative paths....

Thank you for the context and links. For now, I would recommend using `regex` as a workaround. I will wait for more users before taking an action on this regard.

Is Formik still maintained? Do you see any chance to add Valibot support to Formik?

I write the Valibot adapter for React Hook Form. If you can switch, you probably should.