ilarimikkonen

Results 51 comments of ilarimikkonen

👍 from our side for the feature. We are developing a component that visualizes data. ATM it's not possible to use subscriptions, as if the entity is deleted / removed,...

to be more precise, the indexing we've been using: ``` db.entities.createIndex({"_id.id": 1}); ``` and this seems to improve writes (POST / PATCH to Orion) quite dramatically.

we have also i past decided for some reason take code into our care. this causes breaks when packages are updated

Hi, almost there :D we need to downgrade d3 or fix the issue: TypeError: d3.time is undefineddc.js:371 when I run the project

https://github.com/meteor/meteor/issues/9918

Session.get('lang'); returns 'en' in apinf.io, but in 0.60.0 returns undefined, so meteor update regression?

root cause: code was using (non existing) session.Update() method. need to change to session.set()

yes, hammad?

there is a long term plan for this with Päivölä