Results 5 issues of nkanaev

When source image has large size, sometimes image is displayed stretched. The issue seems to be caused by the following code: ``` var $zoom_widget = $('') .slider({ value: $image.width(), min:...

there's a small, but annoying thing that started happening after installing the plugin: when i type text fast and hit esc immediately, cursor starts "dancing" - vim switches back and...

thank you for your interest in the project. unfortunately, i cannot accept any more new features. the project was created due to lack of the application that i wanted, and...

Hi, Both `bind` and `printf` functions in `iaDb` implementations have the same issue when trying to format a string. For ex: ```php iaDb::printf("item = :item and item_id = :item_id", array("item"...

readability strips out code comments in https://2ality.com/2021/01/looping-over-arrays.html I believe this has to do with `.hljs-comment` element classes. The solution could be to check for enclosing tags (taken from [mozilla/readability](https://github.com/mozilla/readability/blob/0.4.1/Readability.js#L924-L925)): ```patch...

feature request