Baptiste Leduc

Results 41 issues of Baptiste Leduc

Inspired from https://docs.automapper.org/en/stable/Flattening.html The idea is to makes simpler DTO compared to your source entities (or whatever your source is). Let's do a quick example: ```php // source class User...

Follow-up from https://github.com/discord-php/DiscordPHP/pull/1213 This PR is required for Symfony 7 support

Hey ! I was trying to create a custom hydrator that handle everything the same as `ObjectHydrator` and I was not understanding WHY I don't have meta columns when using...

Documentation

Il faudrait ajouter une date et heure de début sur le CFP d'un évènement pour empêcher que les gens puissent soumettre à un CFP alors que l'évènement n'est même pas...

Hey, The objective is to make AutoMapper easier to work with for developpers. In this issue I'll try to list all stuff developpers needs to fit their needs when using...

## Summary AWS has officially deprecated the use of Access Control Lists (ACLs) and now disables them by default for all new S3 buckets as of April 2023. The current...

Fixes #1874 As issue says, ACL are deprecated, now you should use IAM policies which are not manageable "easily" with AWS S3 API, so I think it's all for the...

I tried to fix PHPDoc according to #888 @miken32 if you have time to check the PR so you can tell me if it looks ok to you :pray: