Marat

Results 5 issues of Marat

I have a relation (has many) model and when saved common model I would like SaveRelationsBehavior only write new record to db. Now SaveRelationsBehavior every time rewriting relations data. This...

> create table {{%ImageManager}} ... done (time: 0.009s) > alter column id in table {{%ImageManager}} to INT(10) UNSIGNED NOT NULL AUTO_INCREMENT ...Exception 'yii\db\Exception' with message 'SQLSTATE[42601]: Syntax error: 7 ОШИБКА:...

I don't find feature that paste multiple yanked lines of words to another single place. In my mind it will be very help for fast coding. My goal is make...

I recently installed [boilerplate v3.7.2](https://github.com/thecodingmachine/react-native-boilerplate/releases/tag/v3.7.2) where under the bonnet are already imported: - redux v6.0.0 - flipper v0.202.0 - redux-flipper v2.0.2 in redux store: ``` if (__DEV__ && !process.env.JEST_WORKER_ID) {...

I would like use translate any where except hooks and components. On `i18next` I using `t` : ``` import { t } from 'i18next'; const anyFunc = () => {...