Philipp Staender
Philipp Staender
@mawie81 is there a chance that this pr will be merged? :) I would really like to use your awesome oauth module, but without this fix it's not working in...
Hi Gabriel, nice to hear that you like the idea and want to use it :) 1) it's working together with the usual mongoose - you can use mongoose like...
I added benchmark tests that shows that mongraph is much slower than mongoose: ``` ### DELETING RECORDS * deleting native mongodb documents x 743 ops/sec ±4.00% (68 runs sampled) *...
no problem - i closed too soon and you problem is correct (I understood it the wrong way ^^). the problem is, once a schema is compiled in mongoose, you...
Here is what I found about problems with overwriting middleware: https://github.com/LearnBoost/mongoose/issues/1251 Anyway, it's seems to work to use many preSave hooks, but only on preRemove hook on mongoose. Now you...
mmh, can't see a mistake... are you using the latest version? Have you tried it without the plugin? Is the node attached to the document? In the tests it's done...
@gabrielmancini , it's seems that there is middleware is set as an undefined but it should be set as {} by default ``` coffeescript # set default values, both hooks...
Thx, good point! So would you suggest to leave out `START` if `MATCH` is defined on Node.find…()? e.g. ``` sql START n = node(*) RETURN n, labels(n) LIMIT 10; ```...
A way could be to implement it s.th. like `Person.enableLoadingOnStream().each(…)`. What do you think? Beside that I'll switch all "static" underscore named back to camelcase to keep it consistent (but...