-
```
[SEVERE] build_web_compilers|ddc on package:validator/validator.module (cached):
Error compiling dartdevc module:validator|lib/validator.ddc.js
[error] The getter 'NAN' isn't defined for the …
-
When i console.log(this.isFormValid);
Result :
ƒ isFormValid() {
return this.errors.length == 0;
}
`import ValidationComponent from 'react-native-form-validator';
export defau…
-
I fixed _checkRules function a little bit - if the field is empty and not required there should be no errors, for example that email is not valid or something else
```javascript
// Method to check r…
-
SwiftMailer handler's `to_email` config parameter is supposed to accept an array of email addresses. It works ok when the array is given literally, like:
# config.yml
handlers:
em…
-
Currently, if sending email fails because the email server is temporarily offline or overloaded, the only choice of action is to rerun the whole validation. This can be very expensive, and may requir…
-
We need to develop a class that will take the data to be saved as an appointment in the database and "validates" it to make sure that it meets our requirements. Create this in the appointments module…
-
## User Description
could not send email. Could not convert TLS... something like that.
Would really like to get this to work, but so far, no dice.
## Log Message
Unable to send email, check SMTP se…
-
Currently if you extend a class from another package, the parent class will be captured at build-time. So if that package is later updated, and your package is not re-built, it's possible for two inco…
-
### What is the feature you are proposing?
Certain frameworks (eg: [fastify](https://fastify.dev/docs/latest/Reference/Validation-and-Serialization/#serialization)) provide response validation for …
sher updated
7 months ago
-
**Describe the bug**
When v
alidating a wrong `adsf@ad.de.de.de.de` email with `isEmail(email)` I get a succesfuly validation. I understand that multiple tlds are possible in the wild (.co.uk) but m…