Anton Samofal
Anton Samofal
@jdreesen But it's not a solution when you want to destructuring assign more items: ```php foreach ($params as $item) { [ 'field1' => $field1, 'field2' => $field2, 'field3' => $field3,...
Can anyone fix it, please? It's definitely a bug - my variable is connected to the loop just through destructuring assignment. 
@lioman Probable I've faced the same issue: > ERROR: /etc/nginx/templates exists, but /etc/nginx/conf.d is not writable In my case the reason was in `user` property for nginx service in docker...
I noticed that Laravel Pint with the `per` preset doesn't follow the standard in some rules. That's why I'm here. Is anyone working on this? I tried to figure out...
Sad to see how a so cool project is dying...
> The code is supposed to auto-detect when clonefile failed and then fallback to copying files the old fashioned way. Clearly that code path is not working. Does it mean...
For those who are interested in the difference between performance on ASPF volumes and on a common one (`clonefile` method vs "old fashioned way"): Common volume: > 454 packages installed...
Experimental patches don't solve the problem for me too (with the PlayMarket version of Youtube, root method).
I faced the same issue... PhpStorm v2023.1.1 and PHP Inspections (EA Extended) v5.0.0.0 ```php $payment = $reservation->getPayment(); // it's nullable if ( $payment?->type === Reservation::PAYMENT_TYPE_KLARNA && $payment?->state === KlarnaOrder::STATUS_AUTHORIZED )...
Hi there! I'm a new user of IINA, but I like it so much. Probably, this is the best media player that I've ever seen ❤️ I have a pair...