Alexander Makarov

Results 1745 comments of Alexander Makarov

Thanks for the analysis. If you have time for a pull request, that would be awesome.

Related to https://github.com/yiisoft/yii-dev-tool/issues/73

What's required for it from the framework side?

Hmm... I'd like that to be separated from Html/ActiveForm packages. A separate package would do.

Yii2 core feature set is frozen. Creating extensions is OK though.

https://trello.com/c/zxrr0ArI/98-rewrite-composer-config-plugin-to-use-parser-or-tokenizer-instead-of-serializing

https://gist.github.com/samdark/86f2b9ff01a96892efbbf254eca8482d

Updated gist above based on recent chat discussions.

We're tried that. Caching requires serialization/deserialization for many constructs we can't directly dump and the process of de-serialization proved to be slower than doing many `require` calls. It was quite...