-
## Version **4.10.8** of [mongoose](https://github.com/Automattic/mongoose) just got published.
Branch
Build failing 🚨
Dependency
…
-
This is relavent when Sequelize and Mongoose return ORMs rather than POJS objects. @daffl and @marshall think this is a good idea.
The discard and remove hooks work the same way. We should probably…
-
The hook only works for mongoose resources on `result`, not `result.data`. I'll probably submit a PR shortly.
-
I would argue that a lot of the time, you don't need to fetch a full mongoose doc, and fetching a regular object without the mongoose overhead would be a great performance feature/optimization.
I thi…
-
I have this straightforward query:
``` javascript
var conditions = { userId: 20 };
var updateData = { "$push" : { following: 48 } };
var opts = {overwrite: true, safe:true, upsert:false, multi:false…
-
I know this might go against the idea of an opinionated generator, but there are a couple things that I would like to be able to configure.
The biggest thing is the naming of the main directories: ap…
-
There seems to have a bug that has been introduced in 0.6.9
I'm using Angular.JS with the following bit of code:
```
Building.query({
query: JSON.stringify({
company: 22540f3f57238933000072121…
Zertz updated
9 years ago
-
When switching to another file I find it common to have to cycle through multiple files of the same name to find what I want which can get tiresome and frustrating after a while.
![too-many-identical…