Kris
Kris
Fixed a couple minor issues I ran into.
I have manually created an array of btVector3's: ``` var vertices = []; for (var i = 0; i < 10; i++) { vertices.push(new Ammo.btVector3(i, i, 0); } var softBody...
One mongos is balancer at any given time. It would be nice to track when it becomes/stops being balancer.
For sharding, mongos will trigger chunk splits and mongods will have info about the split in their logs.
There are moveChunk messages when data is move to/from a shard (on both sides of the move) plus [Balancer] messages in the mongos log.
-h for host, -p for port, --help (and... -? maybe?) for help --ipv6 enable IPv6 support (disabled by default) -u [ --username ] arg username -p [ --password ] arg...
I get: ``` $ ./bazel-0.3.1-installer-linux-x86_64.sh --prefix=bar ... ## Build informations - [Build log](http://ci.bazel.io/job/Bazel/JAVA_VERSION=1.8,PLATFORM_NAME=linux-x86_64/710/) - [Commit](https://github.com/bazelbuild/bazel/commit/1f49b6b) Uncompressing......./bazel-0.3.1-installer-linux-x86_64.sh: line 223: bar/bin/bazel: No such file or directory ``` If I look, bazel symlink...
I've been generating images using this model, which is delightfully fast, but I've noticed that it produces images that are all alike. I tried generating the "null" image by doing:...
See https://github.com/bazelbuild/bazel/issues/1003.