Christophe Coevoet

Results 2813 comments of Christophe Coevoet

> no need to tell about which service to wire, binding does the job We still need to document the valid targets for the explicit wiring. A common mistake I...

> JS can't decode it until it receives it all, making the stream useless from javascript's point of view. Not all API consumers are implemented in Javascript. Some other languages...

> [Our solution](https://github.com/macropay-solutions/laravel-crud-wizard-free/blob/production/src/Responses/StreamedJsonResponse.php) [(demo)](https://laravel-crud-wizard.com/laravel-9/laravel-lumen-crud-wizard) sends each row from DB as a separate json on a new line this is not a JSON response then, but a JSONND response, which is...

Btw, Symfony already supports returning JSONND responses in a streaming way (since years) by using the StreamedResponse (as you can use a normal `json_encode` for each line of the JSONND...

Reopening this one, because the issue was not fixed

try running the command in verbose mode so that it displays a stack trace (assuming you have access to the command output, not just to logs)

Twig extensions might need their own legacy tests, if they provide deprecated filters or functions.

I'm not sure `Map` is the right prefix for that. We use `Map` as prefix for our argument value resolver attributes, because they are about configuring a mapping between some...

@fabpot @nicolas-grekas maybe we should dump the source path by building a path relative to `__DIR__`, as we do in Symfony when dumping the container. What do you think ?...

@javiereguiluz it would be great if the website could properly handle those URLs that have a `/` just before the `.html`, either by redirecting to the right page without that...