Pekka Enberg

Results 454 comments of Pekka Enberg

Hey @maxandersen! I haven't published anything on Maven central because nobody really asked for it. Also, I think we probably should just switch to a JDBC model for this driver...

Hey, works fine on my machine. Did you create the access token with `turso db tokens create `?

We could augment the libsql_wal_frame_insert() to force the WAL to have the same salt and checksum as the first frame. However, this seems a bit intrusive to SQLite itself, so...

There is a simple solution here: make the `libsql_wal_insert_frame` simply check if a frame already exists in the WAL. If it does not, append it; otherwise _compare_ the existing and...

Fixed by https://github.com/tursodatabase/libsql/commit/f1d2eea349e46107a8676324ffb0b5b5223e3929

I would love to use `cargo dist` to distribute a static library as well: https://github.com/penberg/limbo/issues/162

Hey @mistydemeo! I see `install-libraries` in https://opensource.axo.dev/cargo-dist/book/reference/config.html?highlight=staticlib#install-libraries. However, I don't think it's available in 0.19.0 -- a documentation bug?

Hey @Gankra! I am just using the shell installer: https://github.com/penberg/limbo/blob/main/Cargo.toml I will try out the pre-release, thanks!

I don't see `cargo dist plan` pick up the static library, is that expected? ``` penberg@vonneumann limbo % cargo dist plan announcing v0.0.1 limbo 0.0.1 source.tar.gz [checksum] source.tar.gz.sha256 limbo-installer.sh limbo-aarch64-apple-darwin-update...

@mistydemeo Oh, first of all, I was still running 0.19.0. I did not realize `cargo dist init` downgraded the version for me. 🙈 But now with the following options in...