Devansh Chaudhary

Results 9 comments of Devansh Chaudhary

I tried to replicate this and getting processed HTML as `Hello <span></span> World`

> Also, why isn't the formatting not causing a failure on the GHA checks? `npm run lint-js` doesn't check for .yml and .json file and hence not causing a failure...

> > Will Dependabot updates undo the changes to `composer.json`, `package-lock.json`, and `package.json`? > > I think we still need to confirm Dependabot's behavior. We wouldn't want it constantly reverting...

@westonruter I would like to contribute on this. Can you assign me this issue?

Hi @ajlende thanks for sharing your input. > @devansh016, it was late last night when I was wrapping things up. I forgot to say that this is looking pretty good,...

@ajlende , updated the logic as below. Assumptions: - Phone number can be maximum of length 15 and minimum length of 6 digits only including country code. - Number can...

Hi @westonruter, I think we should commit these changes to YML and JSON files.

Hi @westonruter, thanks for the follow-up! Yes, I'm still working on this and plan to wrap it up. I've resolved the merge conflicts and will be working on the feedback....

Hi @jeryj I have raised a PR for the same. Phone Number Regex: `^\+?(\d{1,3})?[-.\s]?\(?\d{3}\)?[-.\s]?\d{3}[-.\s]?\d{4}$` - Optional country code: With or without + (e.g., +1, 1, +44). - Area code: 3...