Konstantin Myakshin

Results 150 comments of Konstantin Myakshin

@Haehnchen please excuse me for boring, but have you plan to release some beta version of the plugin for testing it?

@Haehnchen Awesome! Can I download compiled jar before it will be approved by JetBrains team?

Sorry, I've forgot about this pass. It easy to fix this issue but I haven't time ;(.

no way until this symfony/symfony#971 will be resolved

I am propose change current directory structure to something like this ``` app Resources themes %theme_name% views public translations ``` this is BC-break, because now templates located directly at `%theme_name%`...

So what do you think about my proposal?

I know. This issue has major priority, but I haven't time yet for it and for some others issues too ;(. Very charged schedule. Will try later, sorry, please.

I cann't select what be better: a) each theme bundled with their own class wich impliment `ThemeInterface` or b) one class `Theme` + configurations (but where this configuration should be...

are you talking about ValueObject or about theme inheritance in whole?

Theme inheritance is most often thing. Magento has similar to now fallback mechanism, but in Magento2 will present real theme inheritance http://dimitrigatowski.com/2011/06/19/magento-2-preview/ For example now I'm working with one sport...