-
Updated
Apr 26, 2021 - TypeScript
validation
Here are 3,578 public repositories matching this topic...
-
Updated
Apr 1, 2021 - JavaScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Apr 26, 2021 - PHP
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
Apr 7, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Python
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 26, 2021 - TypeScript
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 25, 2021 - PHP
-
Updated
Apr 22, 2021 - TypeScript
Everything should be updated to validatorjs 13.6.1.
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
Apr 26, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Swift
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Mar 21, 2021 - TypeScript
-
Updated
Apr 4, 2021 - Python
-
Updated
Apr 20, 2021 - Makefile
-
Updated
Apr 18, 2021 - PHP
-
Updated
Jan 24, 2021 - Go
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 11, 2021 - JavaScript
# doc and more doc
Add more doc in the code urgent the Validator class
const Foo = Union( // ... ).named('Foo');
We may need an API like this in order to get better error messages.
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.