Fabian Hiller

Results 984 comments of Fabian Hiller

Not yet. That's why I started this discussion. This is the first case where we have optional configurations for an action. My goal is to find a good API design...

If we were to choose the config object, would you choose config or message to be define first? ```ts v.parseJson(config?, message?); // `message` as last optional argument v.parseJson(message?, config?); //...

Ok. I will wait for @EltonLobo07 and @muningis. My goal would be to make a decision tomorrow or Tuesday and release both actions with Valibot v1.1 in the next few...

Great feedback Elton! Thank you! @EskiMojo14 and @muningis what would you vote for?

You can ignore the CI errors. I will take care of it. Seems like `deno check` is broken.

[Valibot v1.1.0](https://github.com/fabian-hiller/valibot/releases/tag/v1.1.0) is available!

Thank you! If I understand correctly, the cache only works for primitive values or complex values with the same reference. Providing a new object as the `dataset.value` would result in...

Hey! This library is currently kind of in maintenance mode as I plan to rewrite it at some point. Is this issue preventing you from using the library?

You can leave it as it is. I think that's fine.

The problem may be that in some cases we call `H.start()` and `H.stop()` without calling `H.init()`.