Simon Binder
Simon Binder
I couldn't reproduce the issue by following the steps you've shared in our [todolist demo](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist) (I did use the unreleased core extension update though). It is possible that we've fixed...
It's worth noting that adding new subscriptions with sync streams will also involve a reconnect (at least initially), but due to caching it should generally be much faster when switching...
We should look into those connect times, more than a second is really quite a lot. Is that the time until `connected` starts being `true`? Sync streams work by dynamically...
> Shouldn't the instance stop connecting to the server or streaming when offline? At the moment, there's nothing in our SDKs that would do a connectivity check and skip connection...
Thanks for the report! Does this happen all the time with local writes or just sometimes? And does the stream recover reliably? How much time is there between "Could not...
Thanks! And is this with supabase or a custom connector / backend?
Thanks! Are there any triggers in your local database or things in Supabase that might asynchronously cause subsequent writes apart from the one being uploaded? I've tried to reproduce the...
Is this for running on Node with CJS or a specific bundler? We can look into making those changes, but it would be useful to understand why your tools need...
> Is `webdev` the only `daemon` client? `jaspr_cli` from the [jaspr project](https://jaspr.site/) is also a `build_daemon` client.
The debugger isn't particularly helpful here - the actual source of the exception is likely in the `_PgDelegate` class at `package:drift_postgres/src/pg_database.dart`, most likely in `_runWithArgs`. Can you share the drift...