validator
Here are 1,020 public repositories matching this topic...
Versions
- vee-validate: 3.0.11
- vue: 2.6.10
Describe the bug
The usage example in the docs for HOC withValidation freezes Vue without any specific error message.
To reproduce
Steps to reproduce the behavior:
- Copy the demo to any environment. See demo link (preferably in Chrome, since Firefox freezes completely).
- Navigate to the view implementing the enhanced compo
What results did you expect?
Observed
removeKeyword('required') does not work without a change to loopRequired option
Expected
removeKeyword('required') should work without setting additional options
Observed
loopRequired option cannot be set to 0 (it is falsy in Ajv constructor), it can however be set to -1
Expected
can set loopRequired to 0
**What version of Ajv are you usin
TL;DR
- Make sure you're based on the
masterbranch - Refactor all rules as in #902
- Write a comment with the rule you're going to work on before sending a PR
It's been a MAJOR or MINOR version of the library has been released. There are enough things to release the version 2.0 but I need your help.
I wrote new [Contribution Guidelines](https://github.com/Respect/Validation/blob
With this vulnerability, an attacker can bypass any security checks enforced by class-validator.
When class-validator is used to validate user-input, the attributes in the user-input object will be transformed into the validation class instance.
However, the transforming procedure will overwrite the internal attribute of validation class instance (e.g., constructor attribute) if the attacke
1.13
1. What version of Go and system type/arch are you using?
2. What version of GoFrame are you using?
v1.11.5-0.20200208031709-83dcc4a5e05d
-
Updated
Feb 17, 2020 - Vue
-
Updated
Feb 15, 2020 - PHP
-
Updated
Feb 17, 2020 - TypeScript
Hi guys. Is there any documentation for the methods found in ShaderLang.h?
For example,what does TShader::setInvertY do?
I have just started so pretty sure I am going to have more questions related to the API.
-
Updated
Feb 13, 2020 - Go
-
Updated
Feb 18, 2020 - C#
-
Updated
Feb 17, 2020 - Go
-
Updated
Feb 17, 2020 - JavaScript
check if NNNNNNN-DD.AAAA.JTR.OOOO is valid.
Add Unit tests
The current code coverage is very low, we need to add more unit tests.
-
Updated
Feb 14, 2020 - Go
-
Updated
Jan 29, 2020 - JavaScript
We are creating our API spec using the following:
SwaggerParser.YAML.stringify(apiSpec)
Since the YAML property isn't included in the Typescript definition file, we have to have the Typescript compiler ignore the definition file entirely to avoid a compile error.
It would be nice if the definition file exposed this property.
-
Updated
Feb 17, 2020 - Dart
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Feb 11, 2020 - Java
Detailed Description
validateSync() is an unfortunately named method since it's described as “a synchronous method which returns a boolean”. In fact, if a callback is not set, it's treated as a Promise, and so the library consumer must act on the promise with the .then/.catch syntax. This isn't a problem when the validation succeeds, but when an error is thrown, it rejects and throws like so
-
Updated
Feb 17, 2020 - TypeScript
-
Updated
Feb 9, 2020 - JavaScript
Actually it's impossible to use constraints with optional values.
For example:
this doesn't work if birth_date is not present
input UserInput {
name: String @constraint(minLength: 2),
surname: String @constraint(minLength: 2),
dni: String,
birth_date: String @constraint(format: "date")
}
And this would be awesome!
input UserInput {
name: String @constra
Improve this page
Add a description, image, and links to the validator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validator topic, visit your repo's landing page and select "manage topics."
Hi!
I'm checking to see if I can use validator.js for validating the XSD AnyURI string documented here but I see there is no OOB method to do so..
Please consider to add this in future releases.
Thanks,