Yann Eugoné

Results 36 comments of Yann Eugoné

I don't have any opinion on this honestly But why removing `setLogger` on decorated clients, but not on actual ones ?

Hum nice catch, but not sure this is the reason : https://phpstan.org/r/d35a9a4e-0366-4a1d-ac21-2d6f59b2f4a0

Yeah, I figured out the difference, and for now I'm handling it like this (plain string instead of class string) Thank you for your help anyway

If you remove that listener, you have 0 route registered ?

So, it means that your listener is called twice Can you show the calls traces ? XDebug or ``` try { throw new \Exception(); } catch (\Throwable $exception) { dump($exception->getTraceAsString());...

From an historical point of view, this bundle was created to serve sitemap on the fly But indeed, we moved to the dump command, because it was too much for...

Hello Unfortunately, it is currently not supported by this bundle. But you could change the service class (`generator` or `dumper`, depending on how you are doing it) in your app,...

I've checked this thing on my side, and it seems to work like a charm : ```yaml # config/packages/routing.yaml framework: router: default_uri: 'https://my-wonderful-host.com/prefixed' ``` ```xml https://my-wonderful-host.com/sitemap.default.xml 2024-02-05T09:18:28+01:00 ``` ```xml https://my-wonderful-host.com/prefixed/...

The MR about the doc was merged, hope this helps

Hi @gansky-alexander Sadly, the current code provide no way to customize flash messages. We are re-using a generic sonata admin flash : https://github.com/yokai-php/sonata-workflow/blob/0.x/src/Controller/WorkflowControllerTrait.php#L115 Using a dedicated flash message for applying...