Carsten Brandt
Carsten Brandt
There is a difference between slides and frames or however you may call these two. Slides are the number of really different pages you have in the PDF but a...
As far as I see this is reported here https://github.com/saltstack/salt/issues/60915 and fixed by https://github.com/saltstack/salt/pull/61311
It is already there: https://registry.terraform.io/providers/dmacvicar/salt/latest
@juanmacias that article is from 2006. do you have more recent resources? I did not find performance related things but there is this section from the mysql docs: > One...
What do you do if you have 10000 records in your database table? Fetching all records blindly is not a good idea when all get instantiated as active records...
I thought of the "design" that prevents crazyness by letting you think before you do `findAll()` because it does not work ;) But you have a good point too.
@creocoder I was already convinced ;)
active query can, but not the findAll() shortcut. You can speed things up by sending a PR.
can't we delegate this to the extraFields method of the related model and use definitions from there?
> Where in code YII2 looks for "expand" parameter to choose which extra fields must be shown? https://github.com/yiisoft/yii2/blob/master/framework/rest/Serializer.php#L159