Serhii Stotskyi

Results 44 issues of Serhii Stotskyi

For examples, I have a one page application. Apply lionscrollbar to empty dom element. Then add some html to it's content. Expected result: lionbars scrollbars are shown Actual result: standard...

Change this ``` js el.wrapInner(''); wrap = $('#lb-wrap-'+id+'-'+elemId); ``` To this: ``` js wrap = el.wrapInner('').children(0); ``` Otherewise some element will be wrapped twice if you use ajax or some...

There is an accordion widget on the page (all elements are collapsed). Apply lionbars to accordion parent dom element. Click on some element. Expected result: lionbars are shown Actual result:...

I'm using nodejs 6.9+ and would like to use built-in `Promise` libraries instead of done callback. So, ```js module.exports = { up() { return this.db.createCollection('tasks') }, down() { return this.db.dropCollection('tasks')...

when I try to run migrations on mongo 3.4 I see this deprecation warnings: ```sh the server/replset/mongos options are deprecated, all their options are supported at the top level of...

Hi there, I'm just wondering whether you would like to use [casl](https://github.com/stalniy/casl) in your project. This library implements cancan for JavaScript in isomorphic way + a bit more. This will...

Sometimes, I use `SomeType | Result` as a parameter to function and I don't have a reliable way to check that value is a `Result`. To write code like this:...

After playing with the library I see that you normalize all objects. What is the purpose of normalizing everything and not only objects which has `__typename` and `id` ?

**Is your feature request related to a problem? Please describe.** dahua implemented rtsp over websocket what makes it possible to see live video without delays **Describe the solution you'd like**...