Logical Overflow

Results 5 comments of 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....