Oliver Fischer
Results
2
issues of
Oliver Fischer
Hi altogether, I have a simple question: ```DataObjectParser.prototype.set``` overwrites property sections complete when adding properties to the resulting model. Is it possible to add a merge mechanism like ```$obj[$key] =...
wip
Hi guys, just a simple question: In operations.ts the versionKey is completely removed from the document to save: ``` // @ts-expect-error this is fine 🐶🔥 if (contextModel.schema.options.versionKey) { // @ts-expect-error...