Панов Илья

Results 8 issues of Панов Илья

1. JQuery included in header (by default in yii) ![header](http://skrinshoter.ru/i/291018/jJ9HqnXm.png) 2. intlTelInput.min.js included after footer and after it the handler is registered. ![console](http://skrinshoter.ru/i/291018/FfHYFthN.png) An error occurs on the handler registration...

bug

There is a feature highlighting the required parameters of the template. It would be nice to make an exception for the $this variable. Because the plugin highlights it to me...

Hi! Thanks for this cool extension! I have been looking for something like that for a long time. Everything works, but there is a problem with File Watcher. I understand...

Please add a longtext type in the schema builder!

https://github.com/2amigos/yii2-grid-view-library/blob/9463fda4398715413c59dec9f7c04754b9fdb152/src/columns/BooleanColumn.php#L54 I think that there is an error in this line. What do you mean by the `$treatEmptyAsFalse` parameter? The function `empty` will not pass any empty value. Not `0`,...

bug
under investigation

Hello! I am getting an error when I try to generate: ``` $ dart run easy_localization:generate -f keys -o locale_keys.g.dart --source-dir ./assets/translations Null check operator used on a null value...

needs-attention

When I create a model that then participates in sorting its default sequence number is 0, and I would like it to be auto-incrementing. How to implement it? Triggers? Or...

MySQL has this syntax for bulk updating records: ``` update mytable set myfield = (case id when 1 then 'value1' when 2 then 'value2' ) where id in (1, 2)...

type:enhancement