Greg Korba
Greg Korba
> So when this happens, the container gets compiled again and the XML is different. I expect that. What is the problem with this? Technically DI definition is exactly the...
I tweeted that you shouldn't fetch services from DI container because that's the truth, at least in theory. In practice we have 25-years old, 2M SLOC app without dependency injection...
We had another case with this - one MR was merged to main development branch and pipeline for it was green because only DI files were changed, then another MR...
Just FYI, initial test after bumping PHPStan and Symfony plugin in [GetResponse](https://www.getresponse.com/) app showed [it](https://github.com/phpstan/phpstan-symfony/pull/421) works correctly 🥳. - first run after bump was invalidated by changed package versions, so...
Initially my idea was to display the warning about the parallel runner being experimental in order to inform people that it's a new feature that is too huge and complex...
Thank you @mvorisek 🍻!
@bmw You added `priority: significant` label to #3646 few days ago but this PR is more than one year old... Maybe it can be merged and issue can be closed?...
>> If you can add `readonly` to properties because the class itself is `readonly`, then you don't have a mix of mutable and readonly properties, you already have readonly properties...
Right now I am struggling to configure KeeShare so my passwords are synced between 2 computers (2 separate databases). What I did: - Generated certificate on computer X (Windows 7)...
Swapping `~` (`grave_accent_and_tilde`) with `§` (`non_us_backslash`) was the main reason to use Karabiner for me to keep my habits, I even physically replaced these buttons to have desired layout. After...