Rik Smale

Results 515 comments of Rik Smale

> > update readme too > > Could you confirm where to update? I see the line for `isVAT` already includes `CO` in the list: > > > Yes, as...

It depends on the options used, but I think you want either of these two regular expressions; https://github.com/validatorjs/validator.js/blob/cd4e7bf983e2c378de25424fb711e5c2d8d9066d/src/lib/isEmail.js#L26-L27 Check out the rest of the file as well to see what...

> Could i have somes documentations about invalid or valid characters in internationalized email addresses. That would be part of the RFCs relating to email itself and that exact knowledge...

Could you share the text contents of the PDF in this file? Or as image? Due to security concerns I'd rather not open random PDFs

A PR has just been opened for this; https://github.com/validatorjs/validator.js/pull/2535 I would say this is intended behaviour in `isHexColor`. Although HTML and CSS do require a leading #, I think this...

Sounds good! Do we want to keep supporting `underscored` and `freezeTableName` as deprecated options in v7? (Assuming this will land in v7)

@Americas thanks for looking into this! Nice that you provided various options for resolving at least one reason for this. I think I like option 3 most, but I will...

I'm still in favour of option 3, but I would also accept a PR that 'fixes' it using option 1 for now

Had to fix merge conflicts in regards to the recently merged `isPostalCode` changes

Hi! Thanks for willing to work on sequelize. Unfortunately we won't be merging this to the v6 branch, we're not really accepting new features on there anymore. If you have...