Ben Strum

Results 4 issues of Ben Strum

When trying to iterate Map.keys() on cordova browser, an exception is thrown "Keys is not a function or its return value is not iterable". To reproduce the problem, run a...

Project:Mobile
Type:Bug

I am trying to get Document searching to work using an array of criteria as the first param. From the documentation, it appears you should be able to do something...

I am trying to connect to MongoDB Atlas. Are certain ports blocked? Steps to reproduce the behavior: from pymongo import MongoClient MONGO_URL = "xxx" client = MongoClient(MONGO_URL) client.db.find({}) Results in...

bug

The code and docs show that the number of threads is limited to 2 if spark.driver.cores is not set. There are often times when this value is not set and...