Fabian Hiller

Results 1064 comments of Fabian Hiller

I suspect that Nano ID is not yet supported by the JSON Schema `.format` property. Or am I wrong? We could theoretically support it by adding it's regex to the...

v1.0.0-beta.4 of `@valibot/to-json-schema` is available

Thank you for creating this issue. Are you interested in creating a PR? Or do we need to wait for a new Qwik version first?

This is related to #669. There should be a TypeScript warning to prevent this from happening when using TypeScript. If you are a TypeScript wizard, feel free to investigate. The...

I think the current approach is simple and clear. You can't trim `null`, but you can trim `string`. So it makes sense to only `pipe` the `string` schema. Changing this...

There will now be a TS warning in the latest version if our API is used incorrectly.

This is out of scope for now, but maybe something we will look at again in the future.

Is this the problem? https://modularforms.dev/qwik/guides/controlled-fields

The documentation teaches the library piece by piece, and controlled fields are not necessary in basic cases. That's why the first guides are kept simple and don't include this code....

Seems like we are currently using the country code instead of the language code. If it's not too complicated we could rename it but keep `kr` and mark it as...