Mark Fingerhuth

Results 21 comments of Mark Fingerhuth

oh sorry! I'm on Fedora 33 (Workstation Edition) with `i3`. Just tried running `protonvpn-cli c -f` but it again got stuck in a seemingly endless loop and I had to...

@haithcockce YOU ARE MY HERO!!! Running `nm-applet` did indeed solve the problem. I can't believe that the fix was that simple but this should really be updated in the docs...

@abinlatheef nope that's not the case for me

I feel like we could use [compare_indexes()](https://github.com/MongoEngine/mongoengine/blob/96802599045432274481b4ed9fcc4fad4ce5f89b/mongoengine/document.py#L982) to fix this issue since it compares the required indexes with the existing indexes.

@bagerard yeah I would be keen to contribute that but I'm currently really swamped at work. Hoping to get to it within the next month!

For other people encountering this, the quick workaround is to query the individual fields of the `MapField` or `DictField` like this: ``` MyMainDocument.objects(normal_dict_field__a="a", normal_dict_field__b="b", normal_dict_field__c="c").first() ```

The charge column has always been part of the official PDB format as outlined here: http://www.wwpdb.org/documentation/file-format-content/format33/sect9.html#ATOM (see COLUMNS 79-80 -> Charge on the atom) I have not worked with a...

Fix is waiting for review in #3857

Will fix the tests once you signal interest in this contribution!