Baptiste Leduc

Results 134 comments of Baptiste Leduc

Just me not forgetting to click :scream: Deeply sorry for the wait, I'll merge it now.

And done @AlexOstrovsky !

Thanks for your issue, it seems this was missed during the PR I made, I'll try to fix it quickly sorry.

Could you share me the output of the `composer show jane-php/*` command please ? I think you have miss-matching versions of Jane cause I can't reproduce your issue.

I'm closing this PR since it is based onto `master` while we do work with `next`, the code your updated is most probably very old and not up-to-date.

The documentation is really lacking and I totaly agree that it would require a huge rework. I'm actually working on a talk I will do about Elasticsearch and once that...

There is a trait `CheckArray` that has the role to check if the property is an array or not, you should check it and use it for this case. (see...

> which produce an empty array, that will be converted in JsonSerializer into [] instead of expected []. You mean "into `[]` instead of expected `{}`" right ? Also that...

Be careful, requirement is part of the validation spec while nullability part of the core specs, theses are two things that shouldn't be mixed and that too much mixed nowadays....

Hey @murat11 and thanks for your feedback ! `oneOf` support is indeed kinda tricky since it will require something like traits, extensions or code duplications and I never had time...