Julien

Results 8 issues of 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...

stale

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 : ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/3284722/a48d3ee9-952a-4049-815a-a03d9b2d4bb8) **To Reproduce** Install...

bug
design

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. ![image](https://user-images.githubusercontent.com/3284722/142005331-21cba4e1-670d-4639-b21c-1c84033a63cd.png) The...

Hello, since I upgraded Phpstorm to the last version, I didn't have the plugin on my commit pannel: ![image](https://user-images.githubusercontent.com/3284722/207202128-5cadd1ab-9aed-46ba-a004-93c645307fe4.png) Do you have any idea why? **Desktop** - IDE: Phpstorm PhpStorm...

bug

**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...

bug

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...