Anhkha Vo

Results 13 comments of Anhkha Vo

Hi! I saw that Select and Toast is in beta and congrats! Im curious if the Carousel next in line?

Hi again! Any update on this issue :), perhaps anything we could do to help?

I'm feeling some problems with this issue too when dealing with databases. Values from databases are usually null. Ideally, I would parse them with zod and transform all nulls into...

> > > How would it specify these use cases? > > Mostly I think they are outside the scope of the default converter and should be handled using custom...

> Could you do it in the theme? table: caption: end: bottom This would change the caption of ALL tables, wouldn't it? I would like to do it only at...

@thelinuxlich did you ever figure this out?

> We need to merge this: [colinhacks/zod#3047](https://github.com/colinhacks/zod/pull/3047) thanks mate appreciate it

I kinda fixed it with: ``` define: { "process.env": {}, }, ``` in my viteFinal config. I'm mixing Vite due to my design-system is being built with esbuild. Therefore I...