Valerii Strilets

Results 11 comments of Valerii Strilets

Or you can use my variant of zod: ```ts export const useZodForm = ( schema: Schema, initialValues: Values ) => { const form = useForm({ initialValues, validationSchema: toFormValidator(schema), }); const...

For yup I'm using this hook: (need to upgrade yup to beta version) ```typescript import { Ref } from 'vue'; import { useField, useForm } from 'vee-validate'; import { ObjectSchema,...

@Aminerman with your permission I want to share my version of vue-kinesis because community wants improvements, so I created [kinesis.letstri.dev](https://kinesis.letstri.dev)

I thing `fetch` should be in another cases. `get` for returning value ```ts const getUser = () => { return fetch('/user').then(res => res.json()); }; const user = await getUser(); console.log(user);...

Have the same problem but with `config` from `@vue-email/compiler`

Hello, thank you for issue. I've released a new version, can you try it now?

I fixed it in 8 version, so you can update the `timezz` and try again.

Yes, off course, he should just update the `timezz` version to 8. Also, can you share a link to the theme?

I have an async function, but it's too fast because I'm working with indexed db, but this blank screen is too much for me. That's why defaultPendingMinMs: 0 is a...