Caleb Maclennan

Results 2249 comments of Caleb Maclennan

I had to supply a config by default to get the power commands working because the `greetd` package I built is defaulting to running as *greeter*, not root. I guess...

I am willing to adjust this, but we do need some kind of compositor dependency. Even with `cage` as a dependency of course you are welcome to configure it to...

The other somewhat off-topic thing that was discussed above was the Arch package dependency on cage, [tracked and resolved in this issue](https://gitlab.archlinux.org/archlinux/packaging/packages/greetd-regreet/-/issues/1).

This seems to be a very close parallel to the issue I just noted in #77. In the case of merges there may not be a rename or copy. There...

This might explain some crashes I've been having too that I haven't been able to track down. When you say segfault does the UI go away or just freeze on...

Okay thanks, it sounds like I have a different issue then. I'll keep an eye out for what the actual trigger is and whether it's been reported.

I'm sorry, it works for me so I didn't notice and can't easily test what the missing deps are. I'd like to fix this, but maybe you can help debug...

No, implementing this in type safe languages would be a nightmare if the same types needed to be able to hold valid usable data and and invalid/partially invalid data. It...

Good catch. In which case I'd argue those should be reworked to match this one, not the other way around. :wink:

That wording is certainly more flexible, but off the top of my head many languages are just going to implement the "best effort version" as: ```lua function formatToStringBestEffort (args) return...