Pascal Corpet
Pascal Corpet
Any progress here?
@artf, without using a custom HTML parser, maybe we could update the one in grapejs: in `parseNode` https://github.com/artf/grapesjs/blob/dev/src/parser/model/ParserHtml.js#L261 we already detect the component type. If we could access the `defaults.void`...
Conflicts fixed.
I can add more here. Please tell me when I should type again.
Thanks a lot for taking a look at this one. I think the solution is on the right track, and thanks for adding the value in the BSON check. I'll...
PRs are welcomed. There is no roadmap for this project, please read the main page: we don't intend to provide feature parity, only the features requested (and implemented) by the...
Thanks for the report. Indeed, this one is new in Mongo 4.2 and mongomock does not know about it yet. I'm going to quickly mark it to raise a proper...
@SiqingYu, would you care to review my change please? https://github.com/mongomock/mongomock/pull/574
Indeed, adding new data when checking "unique" is done on each insertion by checking that there is no other documents. Feel free to take a stab at making the insertion...
Hi @HitLuca , yes feel free to send a PR. Or at least a test case.