Pavel Ivanov

Results 27 comments of Pavel Ivanov

We can also create a script with a short name in the root. For example, "./t" - the first letter of the word "tool" is used. Then the call to...

Thanks for the draft! I've tried parallelization before but got stopped by some issues of cross-platform support. This is a difficult task. It requires extensive testing.

In fact, we can implement parallelization without using additional libraries. Symfony processes support asynchronous execution. It might look something like this: ```php use Symfony\Component\Process\Process; $commands = []; $processes = [];...

> How do you see idel workflow in you case? Ideal workflow: 0. I want to work on package **yii-zzz**. 1. I call command **./yii-dev package/sync-dependencies yii-zzz** 3. The command...

These are the details that need to be understood in advance. The number of packages is growing. Manual version resolving might be hell in the future.

https://github.com/yiisoft/yii2/blob/master/tests/framework/db/mysql/connection/DeadLockTest.php#L32

@rob006 @samdark I think that support of ANSI_QUOTES mode is a **new feature**. This is **not a bug**. This task should be moved to https://github.com/yiisoft/db – if the team accepts...

As I see it, a **strategic decision** is needed here, because problems with multi-byte strings will occur over and over again in a wide variety of components. Possible options: 1)...

@Rahul-coder01 It looks like you sent these messages here by mistake

Тогда можем постепенно вычищать из проекта вызовы **Yii::t()** и папку **messages**? Мне видится, что это немного упростит поддержку и развитие.