Eric Typaldos

Results 24 comments of Eric Typaldos

@sewdn sorry for the lack of context but I'm on mobile, my phone is dying and I don't want to forget to respond to you. Below is the markdown for...

@honwlt yeah we recently did a release on Meteor 1.7 and I had to follow the same steps as I posted above. I haven't tried with 1.8 yet since we...

@theodorDiaconu we've been using this in production for a few days now and are seeing great results. Great stuff @emaciel10

Not sure how performant this really is, also it depends on server-side autoruns --- but our current hack to get Counters working in our transition to redis oplog is: package.js...

@veered I believe this is working now. That PR got merged and released. Did you have a chance to try it out?

@ramezrafla dug into this a bit over the past few days while I was trying to debug the cause of #37. Answer is yes, assuming the cursor description is the...

@mitar ah I gotcha. Yeah I have my local setup to check this easily. Will update here once I test.

@ramezrafla so I [created a sample repo](https://github.com/etyp/server-autorun-reuse) which shows that on observer re-run, even if the selector + options are identical, the observer is **not re-used** . The setup is...

The double query was unexpected. But that combined with the fact that observers set up from within autoruns always poll explains a lot of the cpu spikiness in our app...

@mitar thanks for the deep dive. I think you're right about items 2 and 3 adding too much complexity. Item 1 seems attractive here and I'd be eager to try...