Tim Fletcher
Tim Fletcher
`xrange` exists as `range` in python 3.x. This fixes this error when running on 3.x.
Hey. My pipeline requires that the resulting documents are transformed before being added to the client-side collection. In order to do this I added a `transform` option. Let me know...
Noticed an error in the subdomains section of the readme. I didn't create a topic branch, but I can if you need me to.
When I'm developing locally, I can leave the weight as default (0) and not get any errors when calculating the average rating using `qs.extra()`. However on a production server with...
I have an issue whereby each of my **lead** documents stores an email address and a reference to a user ID e.g.: ``` javascript { userId: 1234, email: '[email protected]' }...