Eugenio José Caicedo Hernández
Eugenio José Caicedo Hernández
This did not work, but it was by the generated sql order in the clause where. `scope :notified, ->(user){ where{user.id == any(cast(tags.as 'int[]')) } }` SQL: `SELECT "users".* FROM "users"...
I get the same error. In my test, I need launch three times the same activity, once for each test. But, in the second test, I get this error: `Could...
@mustafin but I am not sure about this: ```` class Sample { val textView = something.bindView(R.id.foo) } ```` That view method returns an object of type `ReadOnlyProperty` and not an...