Erik Dreispiel

Results 6 comments of Erik Dreispiel

Can confirm this is also happening to me on iOS. Has been happening for a few days. Games can be started from the app but they load forever after finding...

Found the following in the logs while reproducing the issue: `Error acquiring assertion: ` `0x113008b80 - ProcessAssertion: Failed to acquire RBS assertion 'WebKit Media Playback' for process with PID=25839, error:...

@ScottAtDisney I might not have been clear enough, the SQL queries shown are the output of Soda, not a custom check made by us. The regex is part of soda...

@ScottAtDisney I see you worked on https://github.com/sodadata/soda-core/pull/1516, which seems to have introduced this `COLLATE` behavior, which I believe is used by many of the checks.

In our particular case it fails with the invalid count check. Here is an example file that fails: ```yaml checks for EXAMPLE_TABLE: - row_count > 0: name: The table has...

Thank you for your help @ScottAtDisney. It is true that you cannot mix a check for a NUMBER field (which is enforced by the DB already) with one of Soda's...