-
- [ ] `date-time`
- [ ] `email`
- [ ] `hostname`
- [x] `ipv4`
- [x] `ipv6`
- [x] `uri`
kylef updated
3 years ago
-
The current behaviour makes people wait a long time for validation after tapping “Continue.”
We should run the validation as soon as they tap on a store, but we should allow them to tap other store…
-
## Description
Add a validation check for input data files (e.g., CSV) to ensure they meet the required structure before being processed.
## Problem it Solves
Currently, if users provide an incor…
-
Look at how we might approach document validation in server.ts to show real time errors / do formatting / linting / etc
-
If the 'text' field of a Justification is empty, then an attempt to change the justification format fails. Notice that in the form validation you are not allowed to have an empty or undefined 'text' s…
-
Right now, the API serializers don’t do much to check the input, which can lead to problems. This issue aims to make validation stronger to keep the data accurate and improve error messages. The plan …
Ki1er updated
2 weeks ago
-
Hi, it would be nice to have info about NIP format you are using in validation when creating new company. Now I checked in source validation regex for this :)
-
Add to readme in technology stack area:
- [x] Prettier (Code Formatting)
- [x] ESLint (Linting)
- [x] TypeScript (Type Checking)
- [x] Zod (Data Validation)
- [ ] shadcn-vue (Component Library)
-
**Describe the bug**
I'm using an Spark Data Source and Spark Dataframes as Data Assets. When I try to validate the ExpectColumnPairValuesAToBeGreaterThanB expectation it raises an error. I'm going t…
-
After the inputs to the running of the model is homogenized (https://github.com/geco-bern/rsofun/issues/228),
also the inputs to the calibration would need to be homogenized.
Some work has already…