Maxime Lapointe

Results 77 comments of Maxime Lapointe

Thanks for the thorough reporting! The main case is likely happening in `CoreLogic.wrapper_and_join_constraints`. The `join_keys`'s values are arrays instead of symbols, so there would need to be iteration for the...

Hum, seems I didn't see your 2nd message while I was looking around. I guess we are agreeing :) I don't think that `ActiveRecordCompat.join_keys` needs to be changed. I would...

Sorry, I forgot about the test system... It's been a while. Lots of meta programming because I wanted most model & association to have their own conditions that couldn't overlap...

I would say that the primary database is all that matters. If it already exists, then don't run the seeds. If someone decides to have a real second database for...

I just realized this problem would also happen anytime you move one of the SolidCache, SolidQueue, SolidCable databases to a new database / server (unless to restore a backup, which...

I recently learned that the host can be reached via 10.0.2.2 for android emulators. I would guess there is something similar for iOS. If there is no way to run...

I just realized that widget testing can test most things. I thought that since I wanted to test using the app, I needed integration tests but since the app is...

Any chance for an update on this? It's annoying to have this warning spam every time I run tests for this false positive with no way to turn it off....

Hello, I'm still getting false positives on spot 0.18.0 and when using the master branch. Could you release an update with the fix you appear to mention? The latest version...