Results 10 comments of Rafael Viotti

I did manage to make this module work on a Debian squeeze replica set with MongoDB 2.0.2 (10gen package), Nginx 0.7.67 and the Mongo C driver v0.4. Seems the module...

That explains the "Cannot connect to primary node" messages when I mentioned only the secondary node on the Nginx configuration file. The expected behavior was for the driver to find...

I found out that I couldn't connect to a single node/seed because the Nginx module was using the amount of hosts to decide whether to connect directly or via a...

Are you using dot decimal notation in your MongoDB replica set configuration?

Yes, I guess things will work if you change the rs conf to dotted IP's (the **host** attribute of **rs.conf()**). http://www.mongodb.org/display/DOCS/Moving+or+Replacing+a+Member Using host names requires special compilation of the Mongo...

The nodes in the list are just seeds. The Mongo driver will use those seeds to discover the replica set primary node, and connect to it.

My current workaround is to manually add `grpcio` to the `requirements.txt` file, but fixed to an older version. grpcio==1.27.2 It seems to fail with version 1.28.

I'm using the `mdl-componentupgraded` event to have anchor navigation working properly. Page reload still fails. ``` $(function() { $('.mdl-layout').on('mdl-componentupgraded', function(e) { if ($(e.target).hasClass('mdl-layout')) { if (window.location.hash) window.location = window.location.hash; }...

This release also broke https://github.com/kmamykin/aws-mqtt. Lost half a days work looking for bugs in my deployment util I finally landed here 😒. I had to lock version 1.2.1 in `package.json`.

If you use `neovide --no-tabs`, you can then run `:tab sball` to restore the tabs.