ElKowar

Results 227 comments of ElKowar

interesting, I'll take a look at the log later! thanks for the report

Even if you did manage to compile this on MacOS, it'd not actually be all that useful, as we currently don't interact with the macos display server at all, and...

see, even in that case, the build would probably constantly break, and I'm not even sure how you'd do CI for a mac build and test ^^'

Imo this should be a more generic `transform` widget if possible, that could also support translation and scaling

I feel like the state management structure is currently definitely _the_ big ugly part of eww. It's relatively inflexible, and still causes a good bit of issues and confusion. I've...

while the word `struts` may be a magical technical word that people don't get (and that should probably be explained, I agree) - the words `distance` and `side` should make...

yea i fear GTK makes this _really_ hard. generally, i really want to provide this, but I haven't yet figured out a way how.

Yea, specifically it seems to imply that a _widget_ can set the overflow property - meaning it can't really be set from the outside at all, at least not without...

I really don't like the idea of having a variable be mutated magically by some widget like this (specifically, passing a variable "mutably" to a widget - it'd also not...