Igor Veremsky

Results 8 issues of Igor Veremsky

Why you set at api application autoLogin for user true? https://github.com/desenvolvedorindie/yii2-app-api/blob/a62db938f3c8c995041d2e62a092eab14784e0d5/api/config/main.php#L34 As i know api server need to be stateless, so you need to disable autologin and sessions ```php 'user'...

**According to official [AdminLTE layout documentation](https://adminlte.io/themes/AdminLTE/documentation/index.html#layout):** * Add feature to set layout option as `layout` property at `AdminLteAsset.php` * Add feature to load extra assets (js, css, depends) according to...

i add `fixed` class to `` to use [fixed layout template](https://adminlte.io/themes/AdminLTE/pages/layout/fixed.html). But now left sidebar (nav menu) has `position: fixed` and i can't scroll it. To fix it AdminLTE use...

Hi, on touch device after zoom in on vertical bar chart i can't drag it. Seems like its core bug because it also don't work on your official demos page...

no-issue-activity

### What steps will reproduce the problem? I want to resize image with 2000x1100 dimensions to 1350x1290 without visual deffects. So, i write this code: ```php $resizedImageObject = Image::resize($originalImageSrc, $newWidth,...

status:ready for adoption
type:docs

As Alwin commented at http://php.net/manual/en/function.xmlrpc-decode.php: ![screenshot_166](https://user-images.githubusercontent.com/13087365/37105108-03a716e2-2237-11e8-948b-75c1c9b1a2da.png) there is a limit of 10M for response it it exceeded `xmlrpc_decode()` will return `NULL` and most of programmers will not know what they...

I have an extension with `MultilingualActiveRecord.php` that extends from `ActiveRecord.php` has additional multilingual attributes sets and add your behavior to `behaviors()`. But when i extend model in my application from...

after i click button to select image in input (see screenshot below), page scroll to top, its really uncomfotable. ![screenshot_290](https://user-images.githubusercontent.com/13087365/46536096-1400cd00-c8b6-11e8-8e71-a0acdda43ca3.png) Also its easy to fix just need to add `e.preventDefault`...