Baptiste Leduc

Results 134 comments of Baptiste Leduc

Hey @jevrard and thanks for your issue ! I think the correct version would be "next", since sub model validation is not tagged yet. For your issue you'll have to...

I'll close this PR since it was not updated since 3 years now. Feel free to open it again if you want to update it :)

Could you update the code ? (like rebasing on `next`) so it would trigger CI ?

I pushed a commit on `next` branch fixing this, could you rebase again please ?

Sorry, I pushed on my fork but forgot to push here :< (it's fixed now)

AutoMapper is a subject we hold close to heart here at JoliCode :heart: (remember https://github.com/symfony/symfony/pull/30248? 4 years old already) and I would like to highlight another approach to the one...

Hello @shawnhooper, the repository is read-only because it's a subtree copy of the https://github.com/janephp/janephp. And yes, no changes has been made on this repository since long time because it's kinda...

About using Reflection and make the types classes extend it I'm kinda against it since it will only make the component harder to maintain with no real DX improvement. All...

@dunglas I don't think there is much work needed out of resolvers (which was the same in PropertyInfo extractor) for the maintainers. And if PHP starts to have a better...

@kbond thanks for your feedback ! Actually `accepts` and `supports` are really good ideas but we think it should be done in a future PR. For example for `supports`, if...