-
## Task: Implement Contact Form Logic
### Description
We need to update the existing contact form to improve its functionality and move away from deprecated dependencies. The form is currently…
-
Layering in form/field validation would be an improvement for UX, app stability, and security.
I've used [zod](https://zod.dev/?id=basic-usage) before, although in my experience it doesn't play wel…
-
Using [zod](https://www.npmjs.com/package/zod) could help to validate objects before dealing with them. This should be implemented for all packages where required
cre8 updated
6 months ago
-
This is an issue, which is likely concerning other parsers as well, but since my usecase is SQL, I will focus on that here.
## Background Information
In our backend we're using [slonik](https://gi…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
### Describe the bug
When using the `zodFunction` helper found [he…
-
**Describe the bug**
`db.insertInto('my_table').values()` throws errors in Typescript since it expects the presence of fields and methods from `XataRecord`.
**To Reproduce**
- Create a simple…
-
### Which packages are impacted?
- [X] `@rvf/react`
- [X] `@rvf/remix`
- [ ] `@rvf/zod`
- [ ] `@rvf/yup`
- [ ] `zod-form-data`
### What version of these packages are you using?
- "@rvf/react": "^6.…
-
For form data submission and basic events like declaring, we should postpone adding validation until custom events.
For things like user creation however this should be implemented asap
>[!WARNING]
…
-
### Description
There's a bunch of schema validation libraries available such as [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod) and many others.
I'd be super helpful…
-
### Which packages are impacted?
- [ ] `@rvf/react`
- [X] `@rvf/remix`
- [ ] `@rvf/zod`
- [ ] `@rvf/yup`
- [ ] `zod-form-data`
### What version of these packages are you using?
- "@rvf/remix": "^6.…