Alex Kladov

Results 856 comments of Alex Kladov

Yup, confirmed that without and with ` --security-opt seccomp=unconfined` docker option: * io_uring is always present in kallsyms * but the actual syscall might or might not return `ENOSYS` So,...

Opened https://github.com/tigerbeetle/tigerbeetle/pull/2246 to hopefully make the error message here less misleading!

You already have `0_0.tigerbeetle` file created. We have a check to _not_ overwrite an existing file on format, to prevent operator mistakes.

No, we don't have a Ruby client on our near-term roadmap! So, using TigerBeetle from ruby would involve writing your own bindings to our C client.

That was a bug in rustc, it shouldn't be adding new unactionable warnings in the middle of an edition.

This is potentially still an issue, but I can't debug this personally, and, as no one felt sufficiently motivated to dig into this so far, let's close this. Chances are...

Partially fixed by not getting replicas into recovering head in many cases!

Yeah, it's a bummer that `@src().module` is effectively useless in tests. For TigerBeetle's snap, we are going for the following API: ```zig const snap = Snap.snap_fn("./path/to/module"); test foo { check(1...

Example output: ``` node ci error: process failed with ExecNonZeroExitStatus: npm lol error: stdout: ++++ Unknown command: "lol" Did you mean this? npm ll # List installed packages To see...

Yeah, I wouldn’t say that mutable syntax API is a success :-) That being said, I think it barks at the right tree: the fundamental capability there is “tracking nodes...