Pekka Enberg
Pekka Enberg
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.
Hey @PlasmaIntec, what @pereman2 is saying is that we should fix `get_current_time()` in the `IO` trait instead of introducing a separate clock. The purpose of IO is to abstract all...
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.
@psarna Looks like `wasmtime` related build issue: ``` undefined reference to `__intrinsic_setjmpex' collect2.exe: error: ld returned 1 exit status = note: some `extern` functions couldn't be found; some native libraries...
Hey @pereman2! I was testing this with an existing SQLite database: ``` penberg@vonneumann limbo % sqlite3 foo.db SQLite version 3.45.2 2024-03-12 11:06:23 Enter ".help" for usage hints. sqlite> PRAGMA journal_mode...