Mathieu Piot

Results 24 comments of Mathieu Piot

@athlan I've added a .dockerignore file.

You want to install composer in vendor-builder that extend app, that's it ? Then we install composer in the app-dev and vendor-builder ? That's possible, but, I'm not totally convinced....

Hi, in my case I've do a shell script that handle the execution of phpunit, and override the return code by reading the message of phpunit. This is only a...

@soyuka Thanks for your answer. I've not map uriVatiables, not seen infos about it. Something like it ? I've only find something about Limk() for Subresources in the documentation. ```php...

@upyx thank you for the information, I’ve tried a fix like your, by passing the context as third argument but don’t understand at all why this error was triggered 😅

If needed, here is a custom `AbstractController` to add a `renderFlow()` method: ```php /** * @method User getUser() */ abstract class AbstractController extends \Symfony\Bundle\FrameworkBundle\Controller\AbstractController { /** * Renders a view...

Hi @stayeronglass, this error could be fix in the 4.4, with an annotation `@Assert\DisableAutoMapping`. But for the moment this is not possible. (https://github.com/symfony/symfony/pull/32107/files#diff-c8c4635301b6afd5d4c935ba49c24313R74) The fact is, when the data are...

Hi @XWB, do you have an idea for a release date about the support of Symfony 7 ? If I well understand the PR #1938 add the Sf 7 support...

Hi, here the choice is due to the fact that an Acoustic own a ProductionTarget. The Acoustic can live without a ProductionTarget, but a ProductionTarget cannot live without an Acoustic....