Marko Vujanic

Results 17 comments of Marko Vujanic

Did you consider using preprocesor like what zod have? https://stackblitz.com/edit/vitejs-vite-mwco7c ```js const schema = z.object({ name: z.preprocess((v) => (v as string).trim(), z.string()), }); ```

Untill this modules updates here is link how to implement it in user land with ports https://www.lindsaykwardell.com/blog/native-dialog-in-elm

Hi @pepakriz , Thanks for this, great work I'm going to use this in my project. I wonder did you had path aliases in your codebase and how you deal...

@OttoAllmendinger thank you so much I was trying to do this for some time now, and actively searching last 2h, you saved me from going insane. You are good homo...

@amcculloughflexera is there any reason you don't merge this into dev branch from rbp?

Hi, @smcenlly do we have any update on this issue?

@smcenlly thanks for clarifying. This issue is really hindering my personal deno adoption to tell you the truth, I bet that's the case with other wallaby/quokka users which is something...