Evgeniy Tkachenko

Results 72 comments of Evgeniy Tkachenko
trafficstars

Begin you should get this key from `v1/user/login`. See comment https://github.com/githubjeka/yii2-rest/issues/6#issuecomment-101134848 You can see auth-key in bottom. After receiving the key, just add it to your url as '?access-token=tUu1qHcde0diwUol3xeI-18MuHkkprQI` ```...

In advanced app `findIdentityByAccessToken` is not implemented. See my [bad implement](https://github.com/githubjeka/yii2-rest/blob/master/common/models/User.php#L62) For understanding: Auth-key use for cookie of `remember me` in Yii. Better to create new field `access-token` in table...

This is not expected behavior to me.

To fix my issue like as your issue, I used `imagecopyresampled` For example you can see my code: ```php $width = imagesx($imageResource); $height = imagesy($imageResource); for ($zoom = 100; $zoom...

@shoaib-sme in my code. After the try ```php $qrcode = new QrReader($pathImage); $numText = $qrcode->text(); if ($numText == null) { // this } ```

@cebe fixed lost space. Thank. About BC I agree, but better late than never. Since the current implementation hit me.

Why need to do this for a tool which used usually in a developer's environment? I see no reason to spend force on this.

Make sense, but ... IMHO to easy fix this issue(package managemer) you just include js packet in to the tool. In future you need just update jquery, instead your supporting...

How about to use [bot](https://github.com/yiisoft-contrib/github-bot) ? The bot mentions all watchers from `yiisoft/yii2` by `@` in special a issue. ![image](https://cloud.githubusercontent.com/assets/874234/21644602/457f34c0-d29f-11e6-868a-254c95d59a4a.png)

1. `return "Вчера"` if `$fromTime===null` . And is correct. 2. Individual option