Risto Novik

Results 12 comments of Risto Novik

Haven't used this module yet, but do you see any problems storing the separate connections map in your code. The Node.js connection timeout is quite long and if someone floods...

I like the idea of using gitter.im more than using IRC. The reason is that the gitter allows reading the chat history easily, also it's free but only the owners(@gritzko)...

Well by nested objects you mean what exactly ? As far I have understood you could create the Syncable Model for example Item and which is part of the ItemList...

@abalandin thank you for the tip! One scenario more, when the server is down and for example on restart or crash the clients try to reconnect. Server is back online...

@gritzko, @abalandin could you explain more about the flow behind when and what event is thrown ? For the collection there is a mixin called [CollectionMethodsMixin](https://github.com/gritzko/swarm/blob/master/lib/CollectionMethodsMixin.js) with following methods: -...

Hello, seems there has been no progress with issue. I am having some problems with wheelevent in the latest Firefox versions, also seems to be issue in IE 11. The...

Yeah, that would be great feature. I got problem with the Mocha Shovel reporter, the current reporter is not separate node module. How would the Mocha find the reporter files...

As @askot already mentioned this is quite problematic for mobile devices. In the first example only single action gets dispatched but when multiple actions get dispatched the call stack gets...

Hello Jeff, thank you for a quick response. I was mistaken the application does have more than 180 logics added to the application. Grouping logics and adding these dynamically sounds...

So in our case, we have 100% pure process hook based logics we don't use the validation, transform hooks. Many of our logics use multi actions dispatching which causes really...