-
Configuring a 'message' option on validators should return that single message on failure. (ref http://framework.zend.com/manual/current/en/modules/zend.validator.messages.html)
> The second paramete…
-
Hey there!
If i attach following validator to my validator chain and validate emails like `xxx@web.de` or `xxx@googlemail.com` or simply my own domain i will get the `Validator\EmailAddress::INVALID_…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
JSON Schema Draft 2020-12 explains the way to display optional (nullable) values.
https://json-schema.org/draft/2020…
-
It'd be nice to shrink the dependency tree of the core crate. Some ideas:
- Eliminate `nalgebra`
- It makes some geometry math easy, but I'm sure there must be a way to do it algebraically, instea…
-
- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first?
- [x] I have looked at the examples provided that may showcase …
-
### Package version eg. v8, v9:
github.com/go-playground/validator/v10 v10.2.0
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
### Issue, Question…
-
Email: indirakop25@gmail.com
Signal Username: indkop
Discord Username: indkop#8373
Globalboost taproot public address: gb1pq6jey73lfcj62a6fpalez29l32sxuyvh2vaj8xpgsgp8ynfgk7cseqkxwu
legacy : YGt2D…
-
### Is your feature request related to a problem? Please describe:
Input validation is a very important part of application design in order to create secure applications. We should therefore provide …
-
add validate to bast
# support struct
## josn etc...
> such as:
``` go
type vv struct {
A string `json:"a" v:"required|min:1"`
B *string `json:"b" v:"required|min:1"`
}…
axfor updated
4 years ago
-
I was trying out Liran`s suggestion to validate regex expressions.
I used [safer-regex](https://www.npmjs.com/package/safer-regex) but I have a problem validating email regex, I even used the regex…