validator
Here are 1,422 public repositories matching this topic...
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jun 30, 2021 - Go
-
Updated
Jul 4, 2021 - PHP
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
May 24, 2021 - Vue
-
Updated
Jun 26, 2021 - Go
-
Updated
Jul 4, 2021 - PHP
-
Updated
Jul 4, 2021 - C#
-
Updated
Jun 19, 2021 - Dart
- [ Y] Are you running the latest version?
- [ Y] Have you included sample input, output, error, and expected output?
- [ Y] Have you checked if you are using correct configuration?
- [ N] Did you try online tool?
Description
When a json includes a number, and running the code example appearing in fast-xml-parser site, causes
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Jan 18, 2021 - Go
Here is an example of current error message:
The 'email_address' field must not be empty.
Is there a way to pass field label into schema so the error message is displayed like so:
The 'Email Address' field must not be empty.
I know we can use custom messages for each field but curious if there's a lazier approach here :)
-
Updated
Jun 15, 2021 - Go
-
Updated
Jul 4, 2021 - Java
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
- Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
- Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
- Use of
conventional-commitstandard going forward - Advice not to include any
package-lock.jsonchanges PRs, for security reasons. File will be regene
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jul 5, 2021 - Java
-
Updated
Jun 9, 2021 - Go
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."
Describe the bug
Mobile phone numbers in Germany start with a
0prefix such as 0157xxxxxxx. However the preceding0is dropped if the country code prefix+49is added. This is described on this wikipedia page. Therefore the related change made a while ago is not re