Dave Brondsema

Results 11 issues of Dave Brondsema

Too many issues will kill our team's development velocity, drastically. Make sure you have checked all steps below. ### Prerequisite * [x] Make sure your problem is not listed in...

third-party

Some coders have commented that the directory structures shown in the tutorial can be confusing because they look like commands / command output, but they don't show up in the...

It took me a while to figure out how to specify which form inputs to use. I had to look at the source to figure it out, so thought it'd...

A few commits to address preservation of html entities and multiple spaces, and fix general escaping that occurs with ``backticks``. More details in commit messages

The git master branch has quite a few changes that haven't been published as a pypi release yet. Would a maintainer be able to do that? I know this project...

Pymongo 4.x has a lot of breaking changes. See https://pymongo.readthedocs.io/en/stable/changelog.html#changes-in-version-4-0 and https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html Certainly Ming will be affected significantly by save/insert/update/remove/find_and_modify being replaced with `_one` and `_many` versions Pymongo 3.x last...

While working on the fix of #25, I found that sometimes the wrong behavior occurs. On branch [mim_dot_dollar_wrong](https://github.com/TurboGears/Ming/compare/mim_dot_dollar_wrong) this is illustrated by `test_inc_dotted_dollar_middle2` with a $ in the middle of...

Mim does not match mongodb's behavior concerning matching sub-lists with $ne when the field is an empty list. self.bind.db.coll.insert( {'_id':'foo', 'hist': [{'int': 2}]} ) self.bind.db.coll.insert( {'_id':'foo2', 'hist': []} ) self.bind.db.coll.insert(...

`typo.js` has a `suggest` function, but it seems there's not a way for a user to invoke it and get suggestions for their misspelled words.

idea
new feature

It'd be nice to test a matrix of mongodb major versions. Seems like that's not possible with GH action's `services:` and `image:` values. But https://github.com/supercharge/mongodb-github-action appears to support it.