-
Why are emails with +'s considered invalid?
https://en.wikipedia.org/wiki/Email_address#local-part
-
Hello,
I had my form working nicely, but after submit tru ajax, I get the result code, make changes in my page.
But however, when I look over the network activity using developer tools, I find t…
-
Estava pensando a respeito de como a validação é aplicada em diferentes cenários e principalmente usando a arquitetura em camadas e me deparei com algumas questões que gostaria de discutir.
Existem v…
-
This is not an issue with the package, but an example of a way you could implement Middlewares very cleanly:
The idea, I got from https://github.com/vandadnp/flutter-tips-and-tricks#callable-classe…
-
https://bornoe.org/blog/2016/05/fighting-spam-with-fake-mx-records/
Example domain: `wdes.ru`
-
Cleaning signup sheets and other human entered email addresses.
Here's the code I use that may be helpful to y'all. (It's a bit messy.) It uses [email-validator](https://pypi.org/project/email-vali…
-
**isDate returns false for all strings**
isDate is always returning false, even for correctly formatted strings.
**Examples**
validator.isDate('2024-01-01', { format: 'YYYY-MM-DD', delimiters: …
-
when using email like ``` aˇol@a.com ``` it passes validation of isEmail
you cannot use extended characters in emails.
even if I enable: allow_utf8_local_part: false
these emails will also pass as …
-
### What problem does this feature solve?
Allow using Zod (https://github.com/colinhacks/zod) schemas for Form validation.
### What does the proposed API look like?
```
rules={z.object(...)…
-
References that send their messages to verify the applicant occasionally have their message rejected by the system. This issue can cause frustration for the reference as they then need to contact us …