Vinzent

Results 352 comments of Vinzent

I'm closing this as there's nothing I can do from my side.

Closing because of no response. Just comment if you have still problems, and I'm open to reopen the issue.

When using the package on a server and want to act like the user, they have to create a new supabase-dart instance every time, because we removed `setAuth()`, right? This...

> Would you educate me if you know? Do they ever run code on Dart virtual machine for server side Dart code? Sorry what exactly do you mean? Maybe it...

@dshukertjr Sorry, I don't know how Dart is executed on a server. Everything should be fine now, right?

One more thing, do we want an instance of `PostgresIsolate` to be reinitializable after dispose, or can you call `init` only one time? We should add an assertion in this...

@dshukertjr It could be useful to use one isolate for postgrest and functions. Publishing another package may be the only way. Do you have a name in mind? The capabilities...

Or instead of reinventing the wheel, we could use existing packages like [worker_manager](https://pub.dev/packages/worker_manager) as mentioned in [this cookbook](https://docs.flutter.dev/cookbook/networking/background-parsing#notes-on-working-with-isolates). But it might not be a good idea to use this package...

Do you want to publish it under supabase on pub.dev or do you want me to publish it? I will think about a name.