Ryan Park

Results 5 comments of Ryan Park

Hi Matt, Love the idea, happy to contribute as well. For Sentry integration, the basic integration is simply to add the dependency to `pubspec.yaml`: ``` dependencies: ... sentry_flutter: ^8.2.0 ```...

I'm facing the same issue, the order from the referencedTable is ignored in Dart: Does not work: ``` var laps = await _supabaseClient .from('lap_times') .select('*, sessions(*)') .order('end_at_utc', referencedTable: 'sessions', ascending:...

> Hi, I have been unable to get `order` with a `referencedTable` to affect the results of the parent table. In other words, [these docs have been untrue](https://github.com/supabase/postgrest-js/blob/e26266ada6b8f636bfadb074ec6fb723c6f2eac2/src/PostgrestTransformBuilder.ts#L82) for me....

Love Patrol, would be essentially perfect with code coverage! I won't hold my breath, but needed to reiterate that coverage would be very useful to many. @bartekpacia could you please...

@bartekpacia thank you for the update, that is incredibly strange given it's within a String. IIRC I was looking at logcat within Android Studio and there was no error. But...