Sergiy Kukunin

Results 29 issues of Sergiy Kukunin

Hello here. I'm trying to use this directive for my case, and it seems it doesn't work properly. I have scrollable div, with AJAX messages there. So, I expect, that...

I'm pretty new in Hound. It was not clear for me, whether hound start server locally on not. I've found the answer, that it doesn't. So I reflect this in...

A simple snippet ``` for i Enum.count end ``` it crashes with ``` ** (Protocol.UndefinedError) protocol Enumerable not implemented for {:error, :closed}. This protocol is implemented for: DBConnection.PrepareStream, DBConnection.Stream, Date.Range,...

When web driver closes a connection (because of a crash or something similar), Hound might return `{:error, :closed}` literally from every helper function. It's pretty dangerous since it's pretty unexpected,...

It caused, because cursor stores information directly on the class. So, the next cursor invocation override previous information. Cursor information must be scope-specific

Use ID as cursor. Later, get entity from DB and get other needed values directly from entity. It will make pretty GET cursor parameter

There are cases when you want to toggle on/off the client from the synchronization. Fixes #16

There is a situation, where tab should be 'disconnected' pragmatically, while page is still loaded. In such case tab shouldn't become a master tab. In this case it'd cool to...