Baruch Oxman

Results 4 issues of Baruch Oxman

(See also [this](http://stackoverflow.com/questions/35257305/mongoengine-is-very-slow-on-large-documents-comapred-to-native-pymongo-usage) StackOverflow question) I have the following mongoengine model: ``` python class MyModel(Document): date = DateTimeField(required = True) data_dict_1 = DictField(required = False) data_dict_2 = DictField(required = True)...

Enhancement
Performance
High Priority

This might be a bit off-topic as an issue here, but I just wanted to start a discussion with the mongomock community members regarding the option of using Mongo 3.2...

discussion

I have created a docker file that gets the base image name from a variable: ``` ARG BASE_IMAGE=my-image:base # Use the base image FROM $BASE_IMAGE ... ``` And I get...

I understand there are no current plans to support pyparsing 3, but was wondering what is the effort required or what is needed to support this. Is it a full...