Alexander Makarov

Results 1739 comments of Alexander Makarov

@marcis14 no, it was not. Do you have time to contribute a fix?

I think https://github.com/yiisoft/yii2/issues/14260#issuecomment-401725014 is still valid but tests were moved to https://github.com/Codeception/module-yii2

Can't you check length of `errorAttributes`? ```php function (event, messages, errorAttributes) { if (errorAttributes.length) { // not valid } else { // valid } } ```

According to code it should be available in AJAX validation as well. Please create a ticket in the main Yii 2.0 repo with a clear way to reproduce the issue....

Great. Would you like to make a pull request adding it to recipe?

That was made intentionally not to halt the rest of the queue while re-trying a single task. That's desired behavior for the case with more than a single worker (or...

That's a good question. Since were talking about desired behavior of the job to be sent to the head of queue I've thought we're talking about retries. If there are...

Let's do FAQ session right here and see where it leads to. Ask anything.

> Is any example of layered architecture? Or something like In general, it's out of scope of the framework and would look exactly the same no matter which framework is...

We could just link to SO :)