-
### Pimcore version
11.0.12
### Steps to reproduce
---email-validator
if ($form->isSubmitted())
{
$valid = $form->isValid();
}
### Actual Behavior
egulias/email-validator version 3.2.6. i…
-
Hi,
I found some problems with SQLAlchemy:
`[AttributeError: module 'sqlalchemy' has no attribute '__all__']`
I solved this problem by updating versions in requirements.txt as below:
```…
-
The validator on the field will report a valid email address if you enter 'test@email' . It should report an error condition, and only report valid for truly valid email addresses. At a minimum, the c…
-
I found repo with [validators benchmarks](https://moltar.github.io/typescript-runtime-type-benchmarks/). Zod in it not so good as I expected.
I wrote simple test for my model and custom validation …
-
I have strange error while using this package. It works fine in one component but when i use it another component it gives this error
import SimpleVueValidation from 'simple-vue-validator';
Vue.us…
-
I'm using Laravel, which utilizes this library under the hood. I have an email which is coming through as valid but i don't think it should be. I'm not across the current standard oh what constitutes …
-
I guess, It makes sense to make the validator more abstract. So, it will take JsonObject and will return JsonObject.
In this case it will be more flexible and you can be sure that there are no mista…
-
Dear HL7 Team,
I am encountering an issue with the tx.fhir.org FHIR terminology server while trying to validate a C-CDA document. I am using the latest validator_cli.jar file, which I downloaded fr…
-
Add a feature enhancement to the library by adding a function to the validator library that validates an **UPI address** as well similar to validating email address. Since **UPI addresses** are quite …
-
### Describe the bug
`validateSchema(schema)` and `validator(schema)` will report a type error with the schema being an `ZodObject`:
```
Argument type ZodObject is not assignable to parameter type …