Simon Binder

Results 767 comments of Simon Binder

Thanks for the report! I can reproduce the issue, but I'm afraid I don't really understand how this is happening either. Interestingly it works for me after re-opening the app...

> Do you think it is worth posting the original problem on the SQLite forums? I think the chance of this being an Android-specific issue are far higher. I know...

> Could one of the two parties here be ignoring the locks? Or not setting them up correctly? Yeah that's what I'm thinking as well. It's possible that WAL mode...

Hm I've never considered that this would be broken on Windows, sorry. I don't have a Windows machine at hand, but can you check whether replacing `localhost` with the IP...

Did you have a chance to revisit this yet? I'm also happy to help with the test if you can't get the configuration to work locally.

Ah yes that's a tricky one, I've fixed it by giving an explicit type to use with `dartCast`. This looks good to me now, if the PR is ready from...

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 the...

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 lock...

I've published the first version of `sqlite3_web` to pub.dev

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 updates...