JannesD
JannesD
### Current behaviour Text appears as unstyled textarea. However, when inspecting the DOM, grammar does appear to work since it creates a bunch of span elements with different classes corresponding...
Now obviously licensing is a bit of an issue, considering most images here are photoshops which I doubt are transformative enough to fall under fair use. However, recently I stumbled...
### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.3.0 #### Summary https://github.com/dustin10/VichUploaderBundle/pull/1404/files #### Previous behavior `vich_uploader.mappings.namer` used to be...
:bug: **I'm reporting a Bug** :bug: **Context:** When trying to create/delete attribute options from a CLI or testing context an error is thrown. ``` [Error] Call to a member function...
When I have the following class: ```php class Test { public function __construct(private readonly EntityRepository $productRepository) { } public function test() { } } ``` And I type some code...
My `composer.json`: Test project (local development sandbox): ```json { "require": { "vendor/package-1": "*", "vendor/package-2": "*" }, "repositories": [ { "type": "path", "url": "../package-1" }, { "type": "path", "url": "../package-2" }...
To reproduce: Install a Symfony bundle using composer from a local repository. ``` "repositories": [ { "type": "path", "url": "../" }, ], ``` Now the bundle gets symlinked into `vendor`,...
It would be great if `AsLiveComponent` could be extended to pre-fill certain values when working on Symfony bundles built on the shoulders of symfony/ux. Real world use-case: I currently provide...
I had to dig through both `league/flysystem-bundle` and `league/flysystem-google-cloud-storage` code to figure out why I am getting an error regarding ACLs in a uniform access bucket and how I can...
Many modern frameworks use dotenv or similar methods of loading environment variables into the superglobals, but do not use putenv in doing so. Which makes it harder to use this...