Alex Kladov

Results 856 comments of Alex Kladov

Yup, for example, https://sim.tigerbeetle.com runs TigerBeetle compiled to WASM! Though, that was a one-off job. There shouldn't be anything _preventing_ compiling TigerBEetle to WASM today, but we are not maintaining...

Oh, by the way, congrats on snapping a beautiful issue number!

As a data point, I am evaluating if I should switch my blog to json feed. I absolutely love the format itself. It is simple, and it is done. It...

> Part of the problem with all the pull requests is we migrated the website to a different host Consider hosting on GitHub pages (keeping domain name, of course). It...

I've been subscribed to all activity on this repo for a while. While there was a flurry of work around the time of fork announcement, it seems that not much...

It probably is still a good idea, but figuring "whether we mean logging only the message_header.zig#Header.checksum or there's anything else to take care of?" out is exactly part of this...

>log.debug("{}: on_prepare_ok: quorum received, context={}", .{ This one can actually be `prepare_checksum={}`, `context` is an old name which was able to hide from a rename refactor in a string. >We...

Yeah, good point, it should be AMOUNT_MAX here: https://github.com/tigerbeetle/tigerbeetle/blob/fd40ba2fb5a746d6c1edf7e4cbaf19c09e0bcc53/src/clients/python/src/tigerbeetle/client.py#L93 @batiati might want to include that into the upcoming breaking batch. Also cc @cb22 in case I am missing a reason...

``` Error: Crashed tests: Error: com.tigerbeetle.IntegrationTest Error: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? ``` I am not sure it is unrelated, this...

We already have physical-level hashchaining: * Each batch of transfers (a prepare) is checksumed * Each prepare includes a checksum of the parent prepare * Additionally, each prepare includes a...