-
**I was trying to...**
``` typescript
class Config {
@IsPort()
port: number;
}
const c = new Config();
c.port = 3000;
console.log(validateSync(c)) // error occurred
```
**The problem:*…
-
Leaving this here for others who might have this issue (Noticed it when using Laravel, Vitejs and VueJs )
Add: `Validator.setMessages('en', en);`
```
import Validator from 'validatorjs';
impo…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
## Describe the bug
The `normalizeEmail()` API alters some email TLD like @yandex.com
## To Reproduce
`check('email', 'email is required').normalizeEmail({ gmail_remove_dots: false })`
…
-
- [ ] I'd be willing to implement a fix
☝️ not sure where I'd have to look/start
**Describe the bug**
- We are currently trying to migrate to yarn v2.
- We have one package in our package.js…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Command "crun create-admin" not working
### Minimum reproduction code
CommandModule
```
i…
-
**Describe the bug**
the regex of `es-HN` in `isMobilePhone` is incorrect, the correct regex should be `/^(\+?504)?[9|8|3|2]\d{7}$/` the phone numbers can also start with 3 or 2
https://github.co…
-
## Sorting
* **I'm submitting a ...**
- [ ] bug report
- [X] feature request
- [ ] support request
* I confirm that I
- [X] used the [search](https://github.com/lukeautry/tsoa/search…
-
HTML encoding issue. The ' is showing up as '
Most likely an issue with other symbols too.