Baptiste Leduc

Results 134 comments of Baptiste Leduc

Hey @Gounlaf and thanks for you report. I do think we never handled such stuff and it's a good idea to handle them cleaning, it shouldn't be hard to do...

We always need metadata from somewhere, when you map `array` or `stdClass` we get it from source or target (depending if you want an array as target or source) and...

@stof after your last comment I tried to explain how metadata retrieval should work, here is what I added in this RFC: ### Metadata I'll try to explain how metadata...

@yguedidi it seems like too much for me to add 2 new interfaces to handle this, while with a simple exception and a clean message we can warn users and...

@maxbeckers for https://github.com/jolicode/automapper we were mostly inspired by https://github.com/AutoMapper/AutoMapper and I didn't know about MapStruct, but it looks really close indeed !

In the E2E app composer.json you need to replace: ```json "symfony/console": "6.1.*", "symfony/dotenv": "6.1.*", "symfony/flex": "^2", "symfony/framework-bundle": "6.1.*", "symfony/runtime": "6.1.*", "symfony/webapp-pack": "*", "symfony/yaml": "6.1.*", ``` by ```json "symfony/console": "*", "symfony/dotenv":...

After some tests, Laravel 4 needs a lot of development, we'll check first returns to see if it's really needed or not.

Hello ! Concernant le sitemap j'aimerais faire un point sur son contenu dans un premier temps (et les divisions de celui-ci), voilà ce que je propose: - `sitemap.xml` (faisant références...

Du coup ça rejoins #634 concernant event, il doit me manquer quelque chose pour le faire fonctionner. Sinon pour WordPress il doit exister des plugins qui gère le sitemap et...

# Todo - [x] Mettre en place une lib pour la gestion du sitemap - [x] Pages statiques dans le sitemap - [x] Talks dans le sitemap - [x] News...