Results 5 comments of Gavin

@olisteadman don't see ur PR :o, @xqwzts can we get it merged it when it does

I am getting the same problem too for the WEBM encoder. For some reason, `start()` is blocking.

Been facing this for a while, and it happens really randomly too, but the above responses did not help me but instead, updating the `sbt-play-ebean` plugin made it work for...

Definitely nice feature to have, but if you want to do it now @Salby , the way I do it currently is have a listener to the current value or...

So I've found an alternative way of updating it, by cleaning it up and it works for me: ``` stickyBitsInstance.cleanup(); stickyBitsInstance = stickybits('selector', {stickyBitStickyOffset: newOffset }); ``` Of course your...