Alex Kladov

Results 856 comments of Alex Kladov

Thanks for reaching out @breakds! This particular area is a work-in-progress, so sadly there's no a ready-made solution yet (or rather, we have some code in place to do this,...

Closes the remaining 80% of https://github.com/tigerbeetle/tigerbeetle/issues/1280

I don't think it is necessary for a formater to be maximally consistent. Consistency is not a terminal goal. Usually consistency is desired, because it helps the human to avoid...

>I tested this by adding a bogus panic in replica.zig's on_request handler. Then when I ran a CI (zig build scripts -- ci --language=go) it just hangs -- the client's...

:fearful: realized that this has a pretty bad bug --- I am moving the allocator to a separate thread, but Zig's allocators are not thread safe! This would be horrible...

Ok, seems to work sometimes: ``` λ ./zig/zig build scripts -- ci --language=node $ /home/matklad/p/tb/work/zig/zig build node_client -Drelease -Dconfig=production > [email protected] prepare > tsc up to date in 3s $...

Right! On Tuesday, July 2, 2024, djg ***@***.***> wrote: > this doesn't work when clients spawn a TigerBeetle process themselves > > We are inconsistent about who is responsible for...

Argh, there's another subtle bug here --- there's a race on stderr file descriptor! Which I discovered the last time I tried to write this code and then forgot about...

> Some sort of UI would be nice. For starters this could just be std.Progress. In the future perhaps there could be a live-updating HTML page to visualize progress and...