Zlatko Fedor

Results 80 comments of Zlatko Fedor

Hi @niftylettuce. I have started to use your classifier as well but I realized the same problem with the missing JSON file. Can you publish your file? I am trying...

Just for clarification ```js z.string().min(3, 'String is too short') ``` or ```js z.string().min(3,{ message: 'String is too short' }) ``` *Incorrect* ```js schema.parse(''); // String must contain at least 3...

It is probably bug because when I use undefined string it will use correct error message with min() function. Problem is only with defined short strings

This issue should be fixed now. Try to upgrade to the latest version.

Thank you for detailed explanation how to reproduce it. I will fix it

Thanks for the report @raid5. Would you be able to attach a screen recording of the issue, or screenshots if you can't record a video? Any other details that you...

@raid5 I am sorry, but I am not able to reproduce it on my computer but I prepared a fix which should fix it. Will you try it when I...

It looks like a pure windows issue. I am installing virtual machine and try to reproduce it.

@raid5 ohhh, that is odd. I tried to simulate it on my mac 100 times and no luck