Henning KaPi
Henning KaPi
@keyscores Strange stuff, but I can definetly confirm that for my tests this is the correct data. I just had my first successful pass using `dispatch:mocha` on CircleCi. So the...
@royGil Please merge in
Hi, any news on this one? I also want to use collectionHooks with autoform. I guess the hooks are triggered with every database access which will happen in position 5?
@yongyi520 check out papertrail.com . You can hook it up with Winston. It has a free tier
a quick workaround is to simply instanciate more collectors, like so: ``` it('should allow to call collect multiple times', function() { const collector = new PublicationCollector({userId: Random.id()}); const collector2 =...
Hi guys, do you see any chance in getting this implemented? What's your opinion about this?
@hijarian so for example in the json demo grid of the yiibooster (http://yii-booster.clevertech.biz/json-grid.html): Would the json grid understand if I enter "2013/01/01 - 2013/03/03" and only filter the items created...
Hey guys, looks like we have NO progress on this, right? Did anyone get this working?
Hi guys, +1. :+1: plus one for this one - (right now) especially for the **sorting** support. I just ran into a similar use-case where I actually need SORTING for...
I am also interested in this. Denormalization would be a solution, but we it adds a lot complexity... plus I find for denormalizing data there is NO package available that...