Laurent Marques

Results 43 comments of Laurent Marques

is it work @daaddd ? DO you the qwen3 30B 2507 thinking or instruct ? thanks

yes is there a typescript support ? thanks

I found for force the .gitrepo update, I have just to add --update or -u: ```bash git subrepo pull libs/geometry -b main -u ```

I think you just to update for lastest with refresh button, but I dont see something about updates based

ah found you add a version here:

I have the same issue with valibot or zod. I can't set a validator to the onChange in validators : typescript error + runtime error (...incompatible between these types) Note...

I replaced `zod` or `valibot` by `ts-pattern` lib, and it works great: ```javascript validators={{ onChange: ({ value }) => match(value) .with('', () => 'First name is required') .with(P.string.maxLength(3), () =>...

Amazing man it works great! thanks

hey, is it possible to allow to write both '.' or ',' and apply the decimalSeparator feature you did ?