Julien
Julien
Hello, I am following this part of the documentation to test my upload: https://api-platform.com/docs/core/file-upload/#testing But each time the file is uploaded, it's removed from my fixtures `(fixtures/files/image.png)`. Why? Do there...
Hello, I have a strange issue, when I run the generation of PDF in dev, all images are fines but when I run the generation in production, sometime image si...
Hello, You should update the recipies with the good config file name :) I stuck for 1 hour to undersntand it is missing the "a" in `config.yaml` https://github.com/symfony/recipes-contrib/edit/master/stefandoorn/sitemap-plugin/1.0/config/packages/sitemap_plugin.yaml AND Update...
**Describe the bug** [With this changes in the commit in 4.9.4](https://github.com/EasyCorp/EasyAdminBundle/commit/8664f03993cbaa71dcb8d0fd78773d7e1191b7e3) It is working good in normal mode but in Dark Mode, you cannot read :  **To Reproduce** Install...
Hello, I noticed I have lot of queries since I installed the plugin whereas I was thinknig it should be only check one time the url to redirect.  The...
Hello, since I upgraded Phpstorm to the last version, I didn't have the plugin on my commit pannel:  Do you have any idea why? **Desktop** - IDE: Phpstorm PhpStorm...
**Describe the bug** When in write someting, I have no suggestion, even if the path is configured and Copilot connected. When I active the log in console, nothing neither (no...
For example the code: ``` $society = new Society(); $society->setName('test'); // Condition if (method_exists($society, 'setActive')) { $society->setActive(true); } ``` There is a condition to trigger `setActive` if exists but you...