Lucas Pluvinage
Lucas Pluvinage
I'm not 100% sure but I think it is still used when inspecting the configuration state of a unikernel, using `mirage describe` or `mirage query`
The current state is that `mirage-skeleton#main` is tested with `mirage#main`, since https://github.com/ocurrent/mirage-ci/pull/19 Before that, `mirage-skeleton#main` was tested with the latest released version of mirage. I think we should go back...
The multi-backend still requires a bit more work in the tool (generate two different `main.ml` in different folders and compile them using different build contexts) but we can definitely get...
Looks like it's been like that forever. What I found is that: - the issue only happens at runtime (values with spaces are supported in configure) - `Sys.argv` is transformed...
> We should probably move this in dune-workspace.config - or create a workspace for config and make sure the duniverse directory is ignored in that worskpace. There's a lot of...
> @TheLortex I see CI is failing on MacOS, do you have a fix? I'm going to rebase the PR and fix CI issues this week.
> Could that not lead to id mismatches between the event emitting program and the observing program? The ring buffer structure is extended to include a mapping from event index...
> What are you planning to use it for? I wanted to fix this TODO in `eeww`: https://github.com/avsm/eeww/blob/main/src/main.ml#L78 >```ocaml > |`Regular_file -> > (* TODO stream body instead of loading...
Hi, thank you again for this work ! I managed to build `eio-solo5` on top of that and assemble the network stack up to dream.(https://github.com/TheLortex/eio-solo5) Using this proof of concept...
Cool, we should bring that back upstream