Wen Bo Xie

Results 80 comments of Wen Bo Xie

@tiojevero thanks for writing up this request! this has come up internally but is not on the current roadmap. i'll pass this on to the rest of the team and...

@abc3 awesome proposal! > eats more memory Yep, you called it! `Realtime` already consumes a lot of memory when processing large transactions so this will definitely increase memory usage. However,...

@abc3 yea, I was blown away and got excited too! Also, it's a good thing you made that chart in the first place. Awesome to actually visualize it!

@clouedoc Right now, Realtime server allows clients to connect and gives flexibility to the developer to turn on and off Realtime for specific tables or all tables at will but...

Related: https://github.com/supabase/realtime/issues/247

Working `Map` workflow: ``` { "name": "Map through changes", "trigger": "public:users", "default_execution_type": "transient", "definition": { "StartAt": "MapOverChanges", "States": { "MapOverChanges": { "Type": "Map", "End": true, "InputPath": "$.changes", "Iterator": { "StartAt":...

@abc3 really excited for this PR! Let me know when it's ready and I'll start reviewing. Thanks!

@abc3 sounds good, i'll take a look soon!

@dudlf are you currently having issues connecting Realtime server via IPv4? are you self-hosting?

Related: https://github.com/supabase/walrus/issues/9