Evgeniy Tkachenko

Results 23 issues of Evgeniy Tkachenko

When viewing and further use of an examples, I would like to know in what min version of browser it will work. Need add information about it in Readme for...

help wanted
PR Welcome

![image](https://user-images.githubusercontent.com/874234/98362660-b3b55a00-203e-11eb-92c2-9da71635d4e1.png) ![image](https://user-images.githubusercontent.com/874234/98362771-dcd5ea80-203e-11eb-96e6-c630a20afead.png) ![image](https://user-images.githubusercontent.com/874234/98362827-f4ad6e80-203e-11eb-91ed-68f36ab6c243.png) ![image](https://user-images.githubusercontent.com/874234/98362890-0f7fe300-203f-11eb-9dab-ba16c35b284d.png)

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️

Now search model will not inherit Active Record model. This allows you to get rid of the duct tape method `scenarios()`. And teaches the right way of using models and...

type:enhancement

When I copy text & images from anyway and paste in your editor then text copied only and `alt text` from images. Is't possible to make automatic insertion of images...

enhancement
feature-request

```go target := log.NewFileTarget() target.FileName = "\"qweqw\"" l.logger.Targets = append(l.logger.Targets, target) l.logger.Open() err = logger.Open() if err != nil { panic(err) } // run my code ``` After running this...

P.S. And some thoughts about ``` logger.Open() defer logger.Close() ``` https://joeshaw.org/dont-defer-close-on-writable-files/

Like as ``` php // add the rule $rule = new \app\rbac\AuthorRule; $auth->add($rule); ```

enhancement

На главной странице http://yiiframework.ru/ создать блок с выводом последних 5 проектов из http://yiipowered.com/ru - создать модель запроса 5 последних постов, используя API http://yiipowered.com/ru/api/1.0 - создать виджет(ListView), который будет использовать dataProvider...

enhancement