Nikolai Poriadin
Nikolai Poriadin
Did you try replace `tinyint` by `boolean` in table schema?
Strange things happen here! If I wrap the code according your answer I get nothing at all. ``` echo ''; echo Fotorama::widget( [ 'items' => $images, 'options' => [ 'nav'...
I am on the public release.
Was able to reproduce it on: - terminal - Firefox - Google Chrome - Slack - vscode For me the bug looks quite consistent.
I experience the same. Noticed strange thing about the app switcher window - when there are two apps (Slack and Mictosoft Teams in my case) and the mouse cursor is...
I don't think it is a good idea to return an empty array. Now we return `$query` object and it is quite convenient in all cases. If the query is...
> In previous implementation, prepareModels() did the same work that you now do with two methods If so, then how test `$this->assertCount(0, $provider->getModels());` passed successfully?
``` $ id uid=818890062(XXX) gid=1697215263 ... ```
 ``` $ whereis brew brew: /opt/homebrew/bin/brew /opt/homebrew/share/man/man1/brew.1 ```
> Please comment out these environment variables in `app/docker/compose.dev.yml` > > https://github.com/yiisoft/app/blob/7e3746ae652402bc5e071550f821b3496daacc35/docker/compose.dev.yml#L7-L9 That got me little further in the process ``` => [app] exporting to image 0.1s => => exporting...