Albert Scherman
Albert Scherman
I have a similar issue: ``` removing "vendor/spatie/laravel-ignition/src/Solutions/SuggestLivewireMethodNameSolution.php" removing "vendor/spatie/laravel-ignition/src/Solutions/SuggestLivewirePropertyNameSolution.php" removing "vendor/spatie/laravel-ignition/src/Solutions/SuggestUsingCorrectDbNameSolution.php" removing "vendor/spatie/laravel-ignition/src/Solutions/UseDefaultValetDbCredentialsSolution.php" removing "vendor/spatie/laravel-ignition/src/Support/Composer/Composer.php" removing "vendor/spatie/laravel-ignition/src/Support/Composer/ComposerClassMap.php" removing "vendor/spatie/laravel-ignition/src/Support/Composer/FakeComposer.php" removing "vendor/spatie/laravel-ignition/src/Support/FlareLogHandler.php" removing "vendor/spatie/laravel-ignition/src/Support/LaravelDocumentationLinkFinder.php" removing "vendor/spatie/laravel-ignition/src/Support/LaravelVersion.php" removing "vendor/spatie/laravel-ignition/src/Support/LivewireComponentParser.php" removing "vendor/spatie/laravel-ignition/src/Support/SentReports.php"...
This is how my docker is set up: ``` #docker-compose.yml version: "3.4" services: app: build: context: . target: app ports: - 8080:8080 env_file: - .env ``` ``` #Dockerfile ### Base...
Well it's just styling that's been added in this case. As soon as I find a case where styling is changed, I'll add it here as well. However it has...
Any ideas on this? Is it a PHPExcel issue or is it the way the excel sheet is set up?
Nothing Yet. I haven't had any feedback from @MarkBaker but I've given up on looking for the issue. I can't pinpoint whether it's a PHPExcel issue or the way the...
> @mstegmeyer Good idea, but that will mean, that comments like '
Ah I see. This is unfortunately how PHP's `strip_tags` work. If you have an alternative, you can make a change [here](https://github.com/shopware/shopware/blob/17cdae022fce1390c58930fd9ff1e6dac5b9b608/src/Core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php#L171). If you are fine with this limitation, then just...
Your PR has been merged! Thanks for your contribution 💙
Superseded by https://github.com/shopware/shopware/pull/3727 as mentioned [here](https://github.com/shopware/shopware/pull/3713#issuecomment-2126889072).
Your PR has been merged! Thanks for your contribution 💙