sam2x

Results 53 comments of sam2x

Hi, I'm a bit confused, can you please be explicit and tell if this plugin supports Android ? I have read some tickets where it is, however there isnt any...

The dbVals code added is misplaced, he should placed during multi (since the number of parameter differs between zadd and sadd) : ``` async.forEach(dbVals, function (val, next) { var multi...

Patch incomplete, i added a scan/zscan feature with zlink that i didnt push (important for search stuff, etc.). I need to clean up my code and push my change.

Hey, spotted broken/useless code (i guess it's when i started to modify the file and trying to figure out how to pass 'regexp'), line 231 : ``` else if (searches.regexp)...

Please don't merge the current patch. I grealy improved it due to a sidecase. I need to push my patch to reflect the final change.

Yes it's working, I just didnt clean my code and sync it. Thought nobody was interested about this feature, will do it soon ;)

@maritz Before looking for 2.x code, Is there any importants points/directions to consider like breaking API, major change, current state of 2.x (is that usable right now?) I would like...

Hi Moritz, Thanks you for your quick answer. After some analyze, I prepared a correct small test case which reproduce the problem! ;) http://pastebin.com/BVa9Qqu1 Here how to use ``` dev@box:~/Desktop/nohm$...

I tried to change the generator (using the default one). And this issue happens too. I'll try to dive in code, any pointers to start with ?

Ok i identified the source of my problem. On my code i had: ``` // create shop myshop = nohm.factory('Shop', { name: shopName, }) myshop.link(myshoploc) user.link(myshop, "creator") user.save() myshop.save(function (err,...