Oliver Fischer

Results 5 comments of Oliver Fischer

Hi all, starting from 6.x the authors of mongoose decided to shadow the original `save` function with `Model.prototype.$save = Model.prototype.save;`,see [https://github.com/Automattic/mongoose/compare/5.x...master#diff-305dbcc98ad8fc959dd0c0be51280893962af34c2d8b18abc871cffc2d80c5f9R521](mongoose) so that mocking `save` does not work anymore. Modifying...

> I've just made a PR #83 with @OliverFischer changes. Hi @danieloprado : One thing I missed in my description was the adjustment of the `index.test.js `file. When working with...

Hi, MultiTenancy is supported by passing a modelFactory in the options when setting up a new model for restify. It's not yet in the documentation, but present since 2018. We...

Running on a fresh (mirrored, clean) Sonoma 14.3 / Apple M2 Max. Only installed brew, Colima, docker and docker-compose. Took a while to success the ssh config: `> [hostagent] Waiting...

Which parts of the code are affected and have to be tested? May be we can help.