Logical Overflow
Logical Overflow
The `end_of_input` error you get in the `arith app` case isn't caused by the `expr_parser` not succeeding, but by succeeding without consuming the whole input with `~consume:All`. (This is the...
Just my two cents on this: I personally would have a pinnacle package without anything config-related. Providing a functional config (including whatever is needed to run it) feels like a...
Couldn't `pinnacle-config` just be an attrset of the values to be put in the `metaconfig.toml`? Like, the `metaconfig.toml` and config binary don't need to be in the same dir, and...
I just looked through the fork's flake, and it looks mostly good. Just the `metaconfig.toml` is handled twice (It's copied in `buildPinnacleRustConfigPackage` and generated in `mergePinnacleRustConfig`) and I think that...
Looking at Smithay, not changing the `DISPLAY` should be doable. You can specify a `DISPLAY` to use when starting xwayland, so forcing re-use of the same value isn't an issue....
Tested it locally and looks good to me. Thanks for picking this back up!
Is it possible that building `dream-mirage` currently fails? I am working on updating my dream+mirage-based web server to OCaml 5.2.1 (from 5.0.0), and updating dream to the version tagged `1.0.0-alpha8`....