Grégoire Pineau
Grégoire Pineau
Hello I faced something strange. I wanted to add a data collector on a service. So I made a decorator. My initial file: ```yaml services: _defaults: autowire: true autoconfigure: true...
I use this processor quite often, so I think it can be useful for others too
see https://github.com/github-community/community/discussions/16925
# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | Rector 0.13.10 | ## Minimal PHP Code Causing Issue https://getrector.org/demo/845e536a-09f7-4566-9d10-194e33ab447c I don't know why...
The [following guide](https://symfony.com/doc/current/frontend/encore/virtual-machine.html#allow-external-access) does not work anymore with the latest version of wepback We have the [same issue](https://github.com/jolicode/docker-starter/issues/157) with our docker starter and I'm not able to fix it TL;DR:...
There are some very useful commit on master that are not release, like the fix for PHP 8.1 e1b7bd3 Thanks
https://github.com/symfony/recipes/blob/b3395a2477b6d58089f92ef3a0d2e58226825a3a/symfony/webapp-pack/1.0/manifest.json#L7 First, this is a bit weird, but moreover this conflicts with symfony/messenger. ```symfony new --webapp``` generates the following files ```env # In all environments, the following files are loaded...
Redis recommends to use colon to namespace ours keys, and many tools use this pattern to analyse keys. So we loose much power by forbinding this. --- More information there...
Note: early wip!