Results 22 comments of José Carlos

Is it normal that Mysql(8.0.23) in Docker consumes so much memory? I have about 20 other containers and MYSQL is the one that consumes the most, how is that possible,...

The same project with Mariadb's latest image consumes 80 MB, compared to 340 MB it is much better, but I still think it's a huge amount.

http://tsed.io/tutorials/typeorm.html#entityrepository

Yes, that's exactly how it works. `user_indentifier_property ` is just to [know which field](https://symfony.com/blog/new-in-symfony-5-3-improvements-for-security-users#renamed-username-to-identifier) you are using if it is email or username (default), and that way save only the...

Yes, just store the username. The `user_indentifier_property` is only used to know how to do the query to get the username in case of different username.

Sorry, I've been busy, but I'll get back to you tomorrow with the compatibilities and other bugs I've seen. Branch 2, which aims to add support for different storage, is...

No, I don't have a demo repository yet, I hope to do it soon with EasyAdmin, I hope this release https://github.com/ranky/media-bundle/releases/tag/v1.4.0 fixes the compatibility with Symfony 7

No, EasyAdmin is not necessary, I can use the Symfony demo, even simpler. Yes, I will try to use AssetMapper in the future.

This has left my WSL dead, it doesn't even work the trick it used to: ``` sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target exec sudo nsenter -t $(pidof systemd)...

It would be ideal to support DataTables and Doc Strings