Theodor Diaconu

Results 205 comments of Theodor Diaconu

It works with the new branch that is in PR, we're only overriding the observerDriver, hooking directly into the core. I still have some small things to do in there,...

@veered yes. The guys from hive.com are using it successfully for over 2 weeks already and they see great improvements, so I would mark it as stable, but I feel...

Havent tested performance. I think that thos is how it should have been coded since the beginning. Regards, Theodor > On 22 Aug 2018, at 1:33 AM, Lucas Hansen wrote:...

@thearabbit do you use the view inside minimongo ? how do you create it ?

Ok so the scenario is I need to subscribe to a view collection, but when actions are dispatched, that view won't know about the inserts, because the subscription to it...

Something about it feels off. But I have no reasonable argument. I would personally avoid having this kind of logic in my container, as an alternative, you could do: ```ts...

Is it that often? If so, can you give me a real-life example, I am interested in learning more.

@dilame I get it, I had the same situation, the way I did is via factory function from a global "store". It felt easier this way, but I agree I...

@msavin you stabilize it by writing tests!

@bhunjadi look here https://github.com/kaviarjs/nova/tree/master/src/core/query/hypernova how I approached it in the npm version. I would have merged it completely. But `meta links` have been an extreme pain to implement, and do...