Michael Voříšek
Michael Voříšek
probably related with https://github.com/phpstan/phpstan/issues/5081
With phpstan v1.8.5 and fonts/ directory included, phpstan still does not finish. 
Thank you for your great explanation. In this case, I would expect no close (like with `closable: false`) if the click action is originating from the same hovered element which...
The problem is https://github.com/atk4/ui/pull/1730. How much is this important to you? Previously, it used php serialization, which is a security problem, thus the ScopeBuilder save support was removed until it...
Please provide several repro/demo examples where the strings are hardcoded.
Thank you and 👍 for posting links /w commit hash (instead of a branch that can change and line numbers can be out of date). In the Form example, the...
That would break DI if done in init, so need to be done in constructor, but that would break the possibility to override the variable default in child class. So...
> By fallback you mean, that it is only replaced if not yet set? yes > Your take, what coding structure would work best. quite complex thema, to support plural...
I have not used atk4/i18n in any project, does this library support pattern translations (like `Add %n pieces to basket`) or does it require translations id (`form.button.save`)? If we have...
by "pattern translations" I meant what I provided with an example - "Add %n pieces to basket" - can this be passed to atk4/i18n or is translation ID required? `function...