seingierf
seingierf
Hello, The following command fails while building a rockylinux-9 vm flavour: ```sh sudo distrobuilder build-incus images/rockylinux.yaml -o image.variant=cloud -o image.release=9 -o source.variant=boot --vm --type unified --debug [...] INFO [2024-03-03T11:37:11+01:00] Running...
Hello! Would it make sense to have a non-intrusive version of the `DERIVE_SERDE` macro? I usually need to serialize/deserialize structures from APIs which I would rather not modify. I guess...
Hello! I noticed a crash when printing to `stdout` just by including ``: ```cpp #include #include int main(int argc, char* argv[]) { if (argc > 1) { std::cout