Rahul

Results 5 issues of Rahul

Right now multiple Meteor instances will all talk to the same MongoDB on one disk. However, [according to MongoDB documentation](http://docs.mongodb.org/manual/reference/limits/#Data-Size): > A single mongod instance cannot manage a data set...

enhancement

It would be really nice to be able to deploy to GKE from the Meteor command line rather than having to install and invoke bash scripts separately. For instance, `meteor...

enhancement

Right now you have to manually set the number of replicas you want running. It would be both more Meteoric and more Googly to have this just work automatically: when...

enhancement

Since getBoundingClientRect is used to calculate the height of an element, this doesn't include margin. However, if each element rendered has a margin set, this will lead to miscalculations and...