Alexander Makarov

Results 1618 comments of Alexander Makarov

Thank you! We'll continue adding more tests.

Is there a way to tell pest to respect `@`? It's PhpUnit wrapper as far as I know, so should be possible to configure it.

Do you have time for a pull request?

While this new syntax removes some code, it is quite confusing since it adds a third way to do the same thing. One way is what @BoShurik suggested (a bit...

:+1: That would definitely be great for performance. > Also they do not unsubscribe from event-dispatcher. I'd prevent subscribing in this case if possible.

Checked current implementation. Am I right in my research, @xepozz? What are your thoughts? ## Events Currently event subscription is done via configs: - https://github.com/yiisoft/yii-debug/blob/master/config/events-web.php - https://github.com/yiisoft/yii-debug/blob/master/config/events-console.php Despite collectors are...

So no need to do anything about events for release. As for proxies... yes, seems we have to add "disabled" to all of them...