stevensJourney

Results 31 comments of stevensJourney

> Did you have a chance to look at this yet? There's still work for me to do in the shared package, but if there is a fundamental limitation of...

> Sorry for the delay on this - I've moved the implementation over to the `sqlite3_web` package now. When the package uses a shared worker, we can avoid the local...

> I've published the first version of `sqlite3_web` to pub.dev ~~Thanks! Will try and test. Are the `sqlite3` package changes also published?~~ I see it is already published.

@simolus3 I implemented some of the notes on this PR [here](https://github.com/powersync-ja/sqlite_async.dart/pull/43), in testing that work and some additional upstream testing I noticed that calling the `close` method seems to throw...

> Thanks, the problem was that we first ask the worker to close the database and then close the stream controller. Once the `cancel` callback from the stream controller for...

> Hi, I'm wondering if you have additional feedback or things you need from `sqlite3_web` here? If the current API matches what you have in mind and works for you,...

@oleksiiparf The `disconnectAndClear` issue was fixed here https://github.com/powersync-ja/powersync.dart/pull/66 and was published as version `1.3.0-apha.3` of the SDK.

Hi @morty29 Thanks for mentioning that updating `streamRequests: false` fixed the issue for you. After a quick investigation it seems like this [setting](https://github.com/powersync-ja/powersync.dart/blob/0bb04bc95c9aabb5ebdbf4e7a35a033a1d81691a/packages/powersync/lib/src/database/web/web_powersync_database.dart#L143) is for streaming the outbound payload for...

@morty29 We've updated the monorepo to address the web worker compilation issue. We've also released `1.3.0-alpha.5` of the SDK package which no longer uses `streamRequests: true`. This should fix the...

Hi @AlmAnderson We should now be able to merge web capabilities into `sqlite_async.dart`'s `main` branch (with web support potentially in beta) which should allow using `drift_sqlite_async` in web. I suspect...