Jason R. Coombs
Jason R. Coombs
Also, probably #767 needs to be finished first.
That error message indicates that the `mongo_connector` package isn't installed correctly, or is installed correctly but masked by another project. Do you have a directory `./mongo_connector`? If so, Python might...
Thanks for the report. I don't know the answer to that question. Maybe you can answer it yourself. Have you tried running mongo-connector on a view? What happens? If it...
There are still [6 failures in the Python 3.7 job](https://travis-ci.org/yougov/mongo-connector/jobs/463946070) blocking acceptance.
Thanks for the report. I'm not sure when we (or others) will get to this issue. If you are able/willing, please feel free to investigate deeper and determine where the...
#781 has been merged and is releasing as 2.6.0. Still remaining for proper support: - [ ] Get tests passing against MongoDB 3.6. - [x] Update docs to declare support...
Seems like a reasonable request. Would you be willing to draft and submit a pull request?
*Original comment by* **Rohan Anand (Bitbucket: [rohan_anand](https://bitbucket.org/rohan_anand), GitHub: Unknown)**: ---------------------------------------- This fork has got it fixed : https://bitbucket.org/dhellmann/fuzzy Basically deepcopy doesn't work because strings are immutable in python but since...
*Original comment by* **Rohan Anand (Bitbucket: [rohan_anand](https://bitbucket.org/rohan_anand), GitHub: Unknown)**: ---------------------------------------- This fork has got it fixed : https://bitbucket.org/dhellmann/fuzzy Basically deepcopy doesn't work because strings are immutable in python but since...
In [this job](https://travis-ci.org/yougov/fuzzy/builds/302144981), you can see the tests I added in fa184ba now failing. Annoyingly, they pass when I run the same tests on my mac. So there are apparently...