Brian Anderson
Brian Anderson
This is a Rust client for TigerBeetle that binds to the tb_client library written in Zig. In the future we may create a pure-Rust client. This is not ready for...
These changes bring the TigerBeetle repl more inline with Python and Julia. - Ctrl-C - previous behavior was odd when the cursor was in the middle of the buffer. Now...
As reported https://github.com/tigerbeetle/tigerbeetle/issues/2509#issuecomment-2499137524 cc @ashley-nygaard In https://docs.tigerbeetle.com/quick-start/ the installation instructions are: ``` curl -Lo tigerbeetle.zip https://linux.tigerbeetle.com && unzip tigerbeetle.zip && ./tigerbeetle version ``` This _seems_ to always download an x86_64...
### What problem does this PR solve? Fix two instances of undefined behavior in codec crate, one in `MemComparableBytesCodec::try_decode_first_internal` and one in its tests. Case 1: This function constructs a...
Signed-off-by: Brian Anderson ### What problem does this PR solve? The RaftEngine trait is trivial to implement for any type that implements KvEngine, but is currently only implemented for RocksEngine....
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...
This fixes a data race-induced crash in tb_client upon eviction. The race always occurs if an eviction is followed by a submit and cannot be worked around, though it doesn't...