Michael Voříšek

Results 410 comments of 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. ![image](https://user-images.githubusercontent.com/2228672/188932307-64b40c69-d276-406f-bb5a-c7331cb44070.png)

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...

Thanks to abbadon1334 the demos are back online. To test the latest/develop, you must use dev subdomain, ie. https://dev.agiletoolkit.org/demos/form-control/scope-builder.php. The problem is https://github.com/atk4/ui/pull/1730. How much is this important to you?...

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...