Mark Stosberg
Mark Stosberg
I strongly agree with this, although it would be a breaking change. Right now simply loading the module modifies the global `mongoose` instance. These days a lot of editor have...
There are also lots of ideas for modernization over in #571. It was written in 2019, but at glacial pace of change of this project, it's still considerably more modern...
This relates to #113 about not working with curl being missing. That's another assumption that may not be true within a container, along with `sudo` possibly not being there either.
To illustrate, below are some behaviors you know if you attempt to use a reserved word. We could remove these as reversed words going forward with a breaking change. 1....
I'm not sure if this really needs any more "Migration QA" as the bot claims, but it is true that people could have created filtered using the `ghost@` address, and...
I can try again to see if I can get the unit tests to pass locally, but would welcome feedback on the concept of the PR before I do that.
This conflict has been resolved and this is ready for consideration again.
I may be wrong about recommending replacing `delete mongoose.modelSchema.Foo` with `mongoose.deleteModel('Foo')`. What's working better in my code base is just to delete the lines where we have `delete mongoose.modelSchemas.Foo`;
> Would you be willing to replace those as well and add them to your pr? I've pushed a commit which does that as well as correcting "One-Time-Password" to be...
I have now found and addressed the remaining feedback.