Julian

Results 162 comments of Julian

a phar package is a good solution. it would even better, if this function is part of the composer phar. having a great package system app but have to install...

since symfony flex there is an information about the symfony version to use. in `composer.json` you have the ` extra > symfony > require` property: ``` "extra": { "symfony": {...

todays most current symfony versions: `3.4.24`, `4.2.5` if i have a project with the following versions with composer require set to `3.4.*`: 1. symfony/console: '3.4.1' -> `3.2.4` 2. symfony/process: '3.4.24'...

maybe interesting: https://github.com/composer/composer/pull/7682

this also happens for "normal" embedded controllers, so it is no ESI issue. ``` {{ render(controller('App\\Controller\\SearchController::indexAction')) }} ``` ``` An exception has been thrown during the rendering of a template...

the problem lies in `PagerfantaExtension.php` twig extension. if no options are set, the current request, which is a subrequest, and not the master request is taken for building the links...

- just get box - https://github.com/humbug/box (=box3 => newer version) - https://github.com/box-project/box2 (if you have problems with box3 just try box2) - run box inside your repo (with box3 no...

please rethink the "wont-fix" you can hide the extra settings behind an "advanced setting" checkbox and add a warning/info message after clicking the checkbox. adding this would safe us from...

recently i noticed that sending a message to matrix (not e2e) is as simple as a curl call. here are my findings, maybe they help: ## one time setup ###...