Guilherme Souza

Results 40 comments of Guilherme Souza

Hi, I suggest the usage of https://github.com/pointfreeco/swift-perception from Point-Free for supporting older OS versions, it is `Observable` backport down to iOS 13.

Having the same issue, would be nice to have this merged, @fermoya can you review this please?

@andersio Could you help getting this released, thank you!

Hi, this was done along with https://github.com/supabase/realtime-py/pull/178 So, I'll close this for now

This was implemented in https://github.com/supabase/realtime-py/pull/178, I'll close it.

Hello guys, I was able to solve the jwt-go issue. I've opened a pull request with the working code in the slumber-sessions repository. Please take a look, [https://github.com/sogko/slumber-sessions/pull/2](https://github.com/sogko/slumber-sessions/pull/2)

Hey @leoMehlig thanks for opening this. I'm currently working on the removal of the Get library as a dependency on https://github.com/supabase-community/postgrest-swift/pull/43, this issue will be fixed.

Hi @DominatorVbN I think the current implementation is already capable of querying foreign tables, and rewriting the JS example you mentioned in Swift, it should be as follows and work...

@foodisbeast `realtime-js` automatically inject params as you can see on https://github.com/supabase/realtime-js/blob/master/src/RealtimeChannel.ts#L136-L142 I think we should use the same approach and also add documentation

If we can't know all the possible events then it's fine to add a string initializer @foodisbeast