Henry Jacob
Henry Jacob
using where solved my problem, is any significant of using find instead of where? ``` Collection.prototype.get = function(sid) { return this.items.where({ sid: sid }); //return this.items.find(function(item) { // return item.get('sid')...
any idea on when this can be merged with the master?
I am facing the same problem, any solution?
Any solution for this problem
If user 1 wants to follow user 2 then it requires approval by user 2. is it possible?