-
The most complex thing here is how to design validators.
I see three ways:
- (Not convenient for me, but still the way) design it with notations and annotations:
```kotlin
// object here i…
-
### Package version eg. v9, v10:
v10
### Issue, Question or Enhancement:
Hi everyone,
I'm totally new on **go-playground/validator**.
Is it possible to validate a struct not using tag on ea…
-
[Inheriting Validation decorators](https://github.com/typestack/class-validator#inheriting-validation-decorators) does not work as documented.
### Example
```ts
import { IsEmail, MinLength, val…
cduff updated
3 years ago
-
_From [wjmo...@gmail.com](https://code.google.com/u/117567618910921056910/) on February 25, 2009 16:14:35_
In this case the server did not have the ability to send email
File '/Users/wmoore/Work/ob-…
-
### Are you requesting a feature, reporting a bug or asking a question?
question
### What is the current behavior?
Is it possible to activate a custom validator via props? as isRequired…
-
### 기본적으로 Spring에서 제공하는 Validation 어노테이션을 통해 검증
### 고급 Validation은 커스텀하게 만들것
* 고급 Validation 예시
1. id, email, nickName같은거 중복 확인 => 디비에 접근해야함
2. ....
* 참고자료
* 리스트 검증: https://galid…
-
When WET validation happens there is a hidden element inserted in the page that uses the same div id the error occurred on.
### Impact:
When elements are not well formed, assistive technologies m…
-
**Describe the bug**
When you return a JSON response that contains a date object created by an [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) string, and in the API spec (.yaml) the date field is…
-
No, please don't use this so-called "regex email validation".
I can think of a few email addresses that are perfectly valid that do not match that regex. When you want to validate an email address,…
-
Here is an example with `stix2-patterns==1.3.2`:
```
$ validate-patterns
Enter a pattern to validate: [file:hashes.MD5 = '3858f62230ac3c915f300c664312c63f']
PASS: [file:hashes.MD5 = '3858f622…