Baruch Oxman

Results 5 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...

### Bug description ```python pylint --include-naming-hint=y utils/myfile.py utils/myfile.py:16:0: C0103: Constant name "_g_is_installed" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern) (invalid-name) ``` This is the content - the global is...

False Positive 🦟
C: invalid-name
Needs decision :lock: