Rik Smale

Results 361 comments of Rik Smale

Would this fix https://github.com/faker-js/faker/issues/2432 as well by any chance?

@matthewmayer just as a headsup; merging PRs in validator happens infrequently and at random moments. So it would be best not to rely on outdated PRs but try to make...

Yeah, I think that returning the array is the way to go. Can't really think of good reasons why you only would return a single value. Maybe if you insert...

> @ephys I can take this one. I see `mysql` is the marked DB type, but this should affect all of them, no? Go ahead! We indeed want the same...

@evanrittenhouse bit cheaty, but I would say that you could add/update tests for this behaviour and make a draft PR so the CI can tell you for which dialects it...

@gustavo-acr that is works on dev, but not prod does not give me confidence that this is an issue with sequelize. But you can create a SSCCE and if that...

Type declarations are not handled in this project, but in the DefinitelyTyped repository; https://github.com/DefinitelyTyped/DefinitelyTyped

I'm closing this issue since this is not something we can fix in this repo. Issues with `@types/validator` can be reported in the DefinitelyTyped repository; [DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)

I'm having a bit of trouble figuring out how many digits are allowed in the alpha value. Do you have any resources for that?

@profnandaa Codecov is fixed in https://github.com/validatorjs/validator.js/pull/2341