Guilherme Souza

Results 108 comments of Guilherme Souza

@cwalo I asked Claude to port the Kotlin implementation over to Swift and this was the result https://github.com/supabase/supabase-swift/pull/799

We initiated an internal discussion about providing first-party support for TUS in the libraries. Once we have a minimal design, I’ll share it with the community to gather feedback. I’ll...

Hey Jan, that is an awesome feature. I was thinking of improving this also on the Swift library, for Swift building a DSL as that is also possible, but I...

Yeah, you got it. Would it be possible to call `select` with the `Movie` itself, instead of having another type `MovieColumn`?

Can `KSP` add an implementation of an interface to the type? If so, you can create a `Selectable` interface that defines the companion object, and then make an overload of...

extension function on Postgres config is better I think, not a fan of having to install a plugin for this

Awesome @jan-tennert will review it. I think we can just mark spreading as unsupported for now, not sure how we could support it, in Swift I think is possible due...

V2 supports async now, implemented in https://github.com/supabase/realtime-py/pull/178

Hi @crro thanks for the detailed issue description. I'm not sure how FastAPI works, but can't you reuse the client between requests?

@Vinzent03 we should make sure we run CI also on macOS, and test the package at least in a iOS build, just saw that we don't to that. I created...