Chase Granberry

Results 56 comments of Chase Granberry

Putting this here too for comms. It is handling outbound messages already: https://user-images.githubusercontent.com/1019814/227007147-551b2279-426d-4c7f-8572-ec284ad29911.mp4 You did catch some something with having both Postgres extensions use the same dispatcher though. Need to...

Maybe it's better because you're manually fastlane-ing them now? But doesn't Channels do that for us anyways with the default dispatcher? But maybe we're not getting that benefit because we're...

@abc3 this looks pretty complete. Let's review tomorrow.

@rlee1990 for your specific example here, this belongs on the [PostgREST repo](https://github.com/PostgREST/postgrest). Can you create this there please? Complimentary, I think it makes sense for Realtime to support a range...

Thanks for this @Prinzhorn. I actually think this could be implemented pretty easily. I've already built this functionality in Logflare for a beta feature called Logflare Endpoints. You define an...

We need ecto 3.9.5+ for Erlang 26 it seems.

Do all responses get put in the table you collect responses from? Maybe we just build a UI over that? I thought I read somewhere a concept of sync vs...

> `prepared statement ... already exists` This means you're using transaction mode. You can use session mode on Supabase with Supavisor using port `5432` with your pooler url. You can...

Got it thanks! We will fix!

What do you all mean "overflow the system"? Since listen requires a connection per `listen` command if you listen to too many topics you can create too many connections. Don't...