Pekka Enberg
Pekka Enberg
Related to https://github.com/tursodatabase/turso/issues/1625
I think the issue has been resolved since I have not seen it for a long time. Closing.
@diegoreis42 Looks great! I am guessing some auto-formatted turned the diff on the test file into something that's pretty unreadable. Can you please change back to 4 space indent to...
@izeigerman Sure, we should improve that in the I/O dispatcher implementations to poll for specific events with io_uring for example. But since `IO::wait_for_completion` now exists, closing this issue.
Yes if it makes the code cleaner.
@elijahmorg If people have more comments, let's address them in-tree. Merged, thanks a lot for doing this! 👏👏👏
The following pull request fixes the package: https://github.com/penberg/limbo/pull/381
@diegoreis42 Perhaps the issue was not exact enough, but you should _not_ import the `sqlite3` crate (it's a thin wrapper to provide a C API). Instead, you should just use...
Hey @levydsa! There's bunch of changes to `libsql-sqlite3/src` which I would prefer not to see for a build system change because it makes merging from upstream harder. What's the reason...
Hey @levydsa, ideally a build system change like this changes _nothing_ in `libsql3-sqlite/src` directory. So let's turn off all the default warnings and so forth and only change things that...