Results 85 comments of Sean Proctor

Unfortunately, it seems that Arrow has used the same namespace for Arrow 2, so they can't coexist. I think you need to stick with arrow 1.x until this library is...

@Atternatt Thanks for that! I updated my project and it passes my tests.

Are you using ProGuard/R8? This really looks like the serialization errors you get with ProGuard/R8 minimization or obfuscation.

I think it only happens when the access token is expired. This `catch` seems to be the problematic one: https://github.com/supabase-community/supabase-kt/blob/c4163bb495ad5d5b8133ad0a3e523fb5bb7a7fd5/Realtime/src/commonMain/kotlin/io/github/jan/supabase/realtime/RealtimeImpl.kt#L85

Currently, no. It's something I plan to implement eventually. It should be relatively simple to add to the state.

This is implemented in commit 39304f654ad8d7ff7829a9130561aaad3ff554cf and it will be in the next release.

The issue seems to be that `DataModule` cannot provide something isn't made concrete in the platform-specific implementation. Similarly, if module A depends on B which depends on C, but A...

I guess the scroll state should be keyed to the index. I'll look into this later today.

Sorry for the delay here. Something came up and I didn't have a chance to get back to this issue. It's fixed in commit e2ab26b4eee1b5de521e6fd1eec1ab3faae9a1e9