Baptiste Leduc
Baptiste Leduc
What do you consider "invalid" properties ? Any example to share ?
Actually using this doesn't work because Query and SqlWalker are executed _before_ the custom hydrator is called so the hint I set in my `prepare` method is not used at...
After a lot of thinking, I found a (not good looking, but working) method to make this works, I still think it should be documentated somewhere that this hint exists...
To answer your questions: This is not a component you will use in a Symfony app (1). This is a component made for other components or for libraries to use....
I was checking if I could put your PR in the release but it will need more work, in `src/Component/JsonSchema/Tests/generated/Normalizer/JsonSchemaNormalizer.php` you can see the base `JsonSchema` normalizer. The `getSupportedTypes` method...
Yes it is ! the one in `src/Component/JsonSchema/JsonSchema/Normalizer/JsonSchemaNormalizer.php` is a generated version of the JsonSchema specification. And we do verify if our generation process is fine by generating it in...
Hey, this PR seems stalled since last April, I'll close it for now, please re-open it if you have any time working on it :pray:
Hey @dsoriano and thanks for using AutoMapper ! After some tests, you should use the `transformer` on a class attribute as following: ```php #[MapTo(target: Target::class, property: 'address', transformer: 'getAddress', groups:...
Hey, we spoke a bit together during SymfonyCon hackday. I am working on JanePHP components & AutoMapper. We do a lot of code generation and I love seeing such feature...
> Any chances to merge into 7.2? I do think it will overlap with coming ObjectMapper (see https://github.com/symfony/symfony/pull/51741). First implementation will use Reflection but it's planned (see https://github.com/symfony/symfony/issues/54476) to make...