Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

Yeah, it would be need before first alpha :) But I thinking to moving it in to `bootPlugin()`, will be smarter. ```php if ($plugin->autoloadLanguage()) { ... here some code for...

I have changed approach, should be better now.

> wouldn't it be possible to add array syntax to dependency key? This will make code much more complicated and probably slower, also b/c is questionable. Separate property is more...

I not sure that I understood you correctly :) > we will get questions when do I use what and why shouldn't It is simple: you always use `dependencies`, when...

I have added "example" in to description

Okay, I found a way of doinng `"dependecies": ["potato#script", "potato#style"]`. Check in alternative branch https://github.com/joomla/joomla-cms/compare/5.1-dev...Fedik:webasset-crossdependency2 But I do not very like that. It introduces an extra parsing in to WebAssetItem...

I have tested this item :white_check_mark: successfully on 559efc8f34defed37c9b2bff2121aea272a250adThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42798.

Please help to understand the changes :wink: Currently we have: ```mermaid sequenceDiagram Controller->>Model: validate() Model->>Form: process() Form->>Form: validate() Form->>Field: validate() Field->>Rule: test() Rule->>Field: returns bool or exteprion Field->>Form: returns true...

> What website you using to do that diagram (or is it just paint?) It is this https://mermaid.js.org/syntax/sequenceDiagram.html, Harald added it to our Manual repo. Github support it in MD...

you did not tested your code, did you? :smirk: > Hopefully this looks about right Thanks for the visualisation > Yes it does (kinda) because you have access to the...