Gabirieli Lalasava

Results 15 comments of Gabirieli Lalasava

`interval.toString`. Lol, That works :) Ideas on getting the tests to pass? maybe expose interval so it can be mocked? or use regex on the results?

I agree. This is a very useful project and the promises support is a huge feature. Would rather use the npm build.

From the tests it seems this is mitigated with: ``` Article.all({where:{}}).then(...) ``` Seems inconsistent to have a promise returned only if there is an argument with where property. Would be...

Looking at the code: https://github.com/biggora/caminte/blob/master/lib/abstract-class.js#L573 This is for findOne() which will also not return a promise unless `findOne({ where: {}})` is given as an argument. I realize the inconsistency is...

There's a discussion here on solutions: https://github.com/jaredhanson/passport-google-oauth/issues/82