Gregory Bouteiller
Gregory Bouteiller
In addition, the problem is the same for the `args` for the same reason : ```ts const a = z.function().args(z.string().transform((v) => +v).returns(z.number().transform((v) => `${v}`)); const b = a.implement((e) => +e);...
@lucasfernog thank you for the quick answer. I ended up using [execa](https://github.com/sindresorhus/execa) with the `quasar ext add` command but it only works because I don't have any prompts yet. So...
as @smakinson mentioned https://tailwindcss.com and as it is becoming more and more popular, maybe it should be worth it to consider to use it and refactor the actual styles with...
Hello everyone, I'd love to see this feature as **Superforms** is, for me, the best js form library out there but I love both **Astro** and **Sveltekit**. In that regard,...
> > Hello everyone, I'd love to see this feature as **Superforms** is, for me, the best js form library out there but I love both **Astro** and **Sveltekit**. In...
@janzheng It should be it ok now, feel free to ask if you have any question :)
Yes, of course. Imagekit can be used (like Cloudinary) for image optimization and/or storage. For Imagekit, depending of the plan you choose, you have a number of Gb for your...
@ascorbic So would you prefer to integrate it or do you want me to make a PR?
I'm creating an app with `crud` functionalities. I have a generic page as a component for each collection where generic events are passed to the `enhance` action of a `superform`...