Tony Million
Tony Million
e.g. we store UUIDs in binary format in mongo, any time rockmongo saves a record it loses the specific binary subtype for UUID and the data is unrecoverable. (fyi we...
I noticed there were some new Flipsky hardwares added for 6.02, that had `FSESC_` prepended to the name, but there are some old firmwares added by @jaykup26 that dont have...
save() in pymongo is "brain damaged". Please consider implementing change tracking and using find_and_modify() to update the document. Rather than just complain about it, here is some sample code which...