-
Updated
Sep 13, 2021 - TypeScript
validation
Here are 3,861 public repositories matching this topic...
-
Updated
Sep 3, 2021 - JavaScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Sep 12, 2021 - TypeScript
Package version eg. v9, v10:
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.2.0
Issue, Question or Enhancement:
Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f
-
Updated
Sep 13, 2021 - PHP
-
Updated
Sep 11, 2021 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
Sep 1, 2021 - Python
-
Updated
Sep 12, 2021 - PHP
-
Updated
Sep 13, 2021 - TypeScript
Describe the bug
https://express-validator.github.io/docs/custom-validators-sanitizers.html
On this page there is an example where it is checked if an email is already in use by accessing a data repository from a validator. Practice like this is bad as you'll only get a validation error if your database connection is dead for example. Proper error handling in such cases could be problemat
type Item struct {
Bt int `valid:"range(1|100)"`
}
func main() {
t := Item{-1}
ok, err := govalidator.ValidateStruct(t)
fmt.Println(ok, err)
}
output:Bt: Validator range(1|100) doesn't support kind int;
-
Updated
May 26, 2021 - TypeScript
-
Updated
Sep 10, 2021 - Swift
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Aug 23, 2021 - Python
-
Updated
Sep 12, 2021 - Makefile
-
Updated
Jun 26, 2021 - Go
-
Updated
Sep 9, 2021 - PHP
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jul 23, 2021 - JavaScript
With #235 I've noticed that InstanceOf is undocumented in the readme.
-
Updated
Aug 26, 2021 - JavaScript
Improve this page
Add a description, image, and links to the validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validation topic, visit your repo's landing page and select "manage topics."
e.g.
isPassportNumber, etc.