Felix Bernhard
Felix Bernhard
The described issue seems to be the same as this one: - #740 It seems like this is caused by Cookiebot. The page is blank when the user has not...
Hi, thanks for the quick and detailed response. I'm always curious to know why things behave in a specific way, and your explanation makes a lot of sense to me!...
I did some debugging and tried to reconstruct why this is happening. I learned a lot about the page lifecycle. I am using the Vue Devtools (v7.7.7) browser extension for...
We introduced PHPStan to our codebase a few weeks ago. We started with level 0 and added all existing errors to the baseline file. Then our workflow is as follows:...
I agree, transferring complex data like a whole stack trace between child/parent processes wouldn't be reasonable. Though, with `-vv` I was left a bit clueless, since I had no idea...
Sure thing, here you go: ## Non-verbose ```PowerShell > .\vendor\bin\php-cs-fixer check test.php --using-cache=no --rules=simplified_null_return ``` ``` PHP CS Fixer 3.57.1 7th Gear by Fabien Potencier, Dariusz Ruminski and contributors. PHP...
> closed this as not planned Re-writing the whole stack trace implementation for the parallel workers might be a lot of work I guess. But adding the proposed message shouldn't...
We are having the same issue with some files in our repo.
I had a look into the available console events in Laravel and it seems like we could utilize the `ArtisanStarting` event: > ### [Events](https://laravel.com/docs/12.x/artisan#events) > Artisan dispatches three events when...