-
I have found that Pristine's built-in email validation rules only check for a _structurally_ correct email address (e.g. username@domain.tld) but does not check for invalid characters in the username …
-
around line 1262 in v21/shoulds.py should have ORs in test to include the rest of the enums (OBSERVABLE_TYPES, etc.). Don't know where else this type of error is lurking...thanks!
-
ebookmaker reports:
error: Bad value “gla” for attribute “lang” on element “span”: The language subtag “gla” is not a valid ISO language part of a language tag.
The code "gla" is the ISO 639-2 a…
-
in `validate_email`, the result of the following deliverability check is always : `{'unknown-deliverability': 'timeout'}`
for this call:
```
from .deliverability import validate_email_deliverabi…
-
## Description:
This issue aims to move individual page compilations from using Webpack (as AngularJS modules) to lazy-loaded Angular modules. This migration ensures each page has its own Angular mod…
-
Apologies if this is not the right place for this.
Trying to add some RDFa to a page of mine and testing on the validator.
I've run into the problem of having an "unspecified type" for an email - …
-
### Prerequisites
- [x] I have written a descriptive issue title
### Mongoose version
8.7.3
### Node.js version
22.5
### MongoDB version
7
### Operating system
Windows
### Operating system v…
-
While upgrading a server from FlexMeasures 0.14 to 0.15, I ran into a `ModuleNotFoundError: No module named 'email_validator.deliverability'`, which can be resolved by upgrading the email-validator pa…
-
some libraries are old they can’t download
-
**Describe the bug**
The email is invalid if domain part is bigger than 63 symbols
**Examples**
```js
// Current behaviour:
const email = test@123456789012345678901234567890123456789012345678…