Robert Korulczyk
Robert Korulczyk
> if you tried to add another class to an already existing key as described in the dumentation for addCssClass it would ignore any attempt except for the first one....
Why not extend `Query` and `ActiveQuery` and use these new classes in your project instead of basic classes?
> Because we use these methods not only in the context of ActiveQuery. That does not explain what is the problem with solution I proposed. If you want to use...
@askvortsov1 Is there any particular reason why https://www.npmjs.com/package/@ultraq/icu-message-formatter was chosen for ICU formatting? It seems to lack some basic features. I tested https://www.npmjs.com/package/format-message and https://www.npmjs.com/package/intl-messageformat and both looked more mature...
These are different issues. This bug is caused by using `trans()` result as parameter for another `trans()` call - I have failing test for this in #3735 without using plural...
@samdark This "HTTP stuff" is completely transparent for console. Interface may be useless at console level, but this does not mean that it does not make sense - it makes...
@samdark Maybe it is worth add some shortcut for that, like `ActiveQuery::first()`? Just see how many duplicates have #4348 or #9578.
@samdark Shouldn't we have tests for this? I don't see how this is related to #15522.
This should be fixed in `UnqueryableQueryMock` - it should not throw exception if `emulateExecution` is enabled.