Themistoklis Chatziemmanouil

Results 10 comments of Themistoklis Chatziemmanouil

any update from the author of the library?

Sorry for the long delay to respond. I confirmed that the following schema file is enough to reproduce the issue on a brand new project: ``` generator client { provider...

@Andarist after checking the code out I saw that the issue with with way the stack is used to find the name of the function that called for the css...

I am using chrome version 89.0.4389.90 but I am pretty sure firefox is just as slow from what I can tell from the website I am building. Performance profiles with...

It was hard for me to find the issue because I am not experienced with profiling. I guess that's the reason why the issue is not open more often (...

Hi. I don't have a problem to have the source code on the performance profiles. I just dοn't know how to do it without uploading and giving the whole repository...

I would say it's about 10 or 15 components that render after the textArea onChange is triggered. My page doesn't do a whole lot though. I can imagine some probably...

Performance issue on my application ( and on provided codesandbox ) did not change on Chrome V96. I would love to have a toggle to disable this feature for the...

How about changing the implementation a bit to support the inference of the output of zod/valibot for the SubmitHandler? Of course it would mean that the validate option of createForm...

Yes. You are correct that the schema level transformations only make sense on `onSubmit$` and on `formAction$`.