Results 34 comments of rrd

@lorenzo Today I spent a few hours on this. For me it seems that `noramilze` keep what we need here. `_resolveJoins` still have them, but I was not able to...

It seems I found a workaround by putting the second matching into the first one. However did not test it yet... ````php $result = $query->matching('Tags', function ($q) { return $q->where(['Tags.id...

I have solved it by creating a get-token method in my own `UsersController`

It seems that in the last version my earlier solution does not work for ajax login. Any idea how to do that? I would like to send the username and...

I made a plugin for this: https://www.npmjs.com/package/@rrd/workbox-backgroundsync-message At the moment it is for vue apps. I think the easiest way to do it is to fire `fetchDidSucceed` event in the...

Hm. It seems it happens because of the events tests. I have 2 event tests. If both are present the test above fails. If there is only any of them...

I spent quite a time trying to figure out what happens here. The events are not related to the table tests, they are fired by a controller, not any models,...

I was not able to find any connection between the factory setup and the failing test. BUT if I move the failing test method before the previous method, or after...

As I can not find any other way to reproduce the issue except this clearly illogical one... If it pops up again, I will give it another try.