Kai Mast

Results 167 comments of Kai Mast

More context to narrow down the root of the problem. Some tests require the `test_targets` feature flag (which lowers the coinbase targets), while other tests break if that flag is...

I am trying to write a database system in Rust and would love to have this feature too. It's a distributed system where I need to run a couple of...

I have the same problem when using [genilib](https://github.com/nbastin/genilib) with [Cloudlab](https://www.cloudlab.us/) Cloudlab generates certificates with UUID OIDs, which used to work fine until the cryptography upgrade. I have been bugging them...

Setting DISPLAY does not seem to fix this for me. Is there anything else I need to configure to get graphical apps to work? ```bash kai@kai-zenbook ~> DISPLAY=kai-zenbook.local:0 gedit (gedit:17359):...

Thanks! Actually, it turned out I had to run `wsl --update`. I have not before because this is a fresh installl which I (falsely) assumed was up to date.

This would be nice to have and could speed up CI a little. I rebased your commit on recent staging and opened a new PR, because I wasn't able to...

I have the same problem on Arch Linux. This also seems to happen with a more recent version of clang. My Linux machine is at clang 19.* while macOS is...

This is fixed upstream, but they didn't tag a release for it (yet). We are also not on the most recent version of the rocksdb crate, so not sure how...

We could also ensure that updates are written as a single batch (isn't the code already doing this?) or even as a [rocksDB transaction](https://github.com/facebook/rocksdb/wiki/Transactions). That way, the on-disk state would...

I do not like this lint either. Maybe there should be another function (e.g., "apply") that behaves like "map" but does not return a value.