Henrique Moody

Results 85 comments of Henrique Moody

In version 3.0, the array of messages is looking somehow like this: ```php [ 'keySet' => [ '__root__' => 'Each item in order_items must be valid', 'keySet.1' => 'quantity must...

For reference https://github.com/Respect/Validation/blob/ea29c2c43a49bf83de7768883b1fd567785e6ff4/tests/integration/issues/1469.phpt

Hi there! Could you send a piece of code with the input so I can try to reproduce the problem?

Hi @coding-enjoyer! You're setting a translator to `gettext()`, and if you're getting Chinese translations, it's because you have configured it to be in Chinese, and you also have the translations...

Thank you for reporting! 🐼 This has been fixed in version 3.0, and I although it's a bug, I would not like to spend time fixing it on version 2.3...

For reference: https://github.com/Respect/Validation/blob/ea29c2c43a49bf83de7768883b1fd567785e6ff4/tests/integration/issues/1477.phpt

I was just playing with SpecKit, but I didn't do a good job with it. I just created the pull request to keep it here, see what I could salvage...

There are absolutely no toes to step on! I'd be thrilled to see you back on Validation. I'm on vacation until the 15th of December, and I don't have my...

Closing this branch as it was already implemented on 2b364764f7a78a31ee5c601722298f47e753026d and I don't plan to add new feature to version 2.4 Again, thank you for contributing, @srjlewis!

Hi there! Could you send a piece of code with the input so I can try to reproduce the problem?