Ahmad Sholehin

Results 6 comments of Ahmad Sholehin

I just encountered this. @mcpat1993 are you running this in React? For my case, I realised that I was running `graph.run()` at every time data is loaded, resulting in duplicate...

Has the code by @JoshTheDerf been incorporated into the community version of Deepstream? I'm afraid without permissions enforcement, this security loophole is going to be very bad for Deepstream.

I agree with your points. Event-emitter should be kept simple and fast. Nonetheless, it'll be very painful to comb a project with close to a hundred events and ensure each...

I do have the object _in hand_. Need to observe all events the particular emitter instance emits. That way, a parent can safely monitor the object's status/performance.

@rwatts3 I managed to reproduce the error easily via the following. Using Meteor 1.4.2.3. ``` meteor create Test --bare cd Test meteor npm install meteor add iron:router scorpiusjs:accounts meteor npm...