Reynir Björnsson

Results 143 comments of Reynir Björnsson

You need to upgrade mirage-crypto-rng to >=0.11.0. See here for information the breaking change https://github.com/mirage/mirage-crypto/blob/main/CHANGES.md#v0110-2023-02-09

In mirage-kv.6.0.1 the result from `list` should now be an absolute path. I think that might still need to be changed in your PR :-)

I tried the same test without reconnecting and then it succeeds.

I tried using smaller files (2KB instead of 2MB), but then I could not reproduce. Rewriting with a small file (2 KB) works fine though. I also disabled debug logging...

Hi! I was curious about this, and did some experiments. If I replace the paths.include without the leading `somedirectory/` it worsk with `.`: ``` paths: include: - subdir ``` To...

While OCaml in my opinion has clear advantages for writing unikernels there *are* unikernel projects that are written in C, Rust, and other languages. There is a list here though...

Reopening this as #1462 was reverted. It seems given the current state of opam-monorepo we should not opam install the lock file but also we should(?!) it would be good...

See https://github.com/tarides/opam-monorepo/issues/145

Thank you for your write up @hannesm. It is interesting to read your experiences with the current version. I find it confusing that you need to specify *some* runtime keys...

I think we vendored tree_layout because of breaking changes in containers required updating tree_layout, and by vendoring we could quickly get it to a working state. I can take a...