Aylur

Results 118 comments of Aylur

Although I could not replicate it, I'm pretty sure this was an issue with mpris that should be fixed with #406. Can some of you confirm if this issue is...

Would you mind splitting this PR into two? I like these changes, but I haven't yet tested it, I'll get to it soon. In the meantime it would be nice...

close this because of https://github.com/Aylur/astal/pull/369 I do plan to have this feature in Gnim though https://github.com/Aylur/gnim/blob/5d2b734be452e2819f3a7313dbb34fa43c23e5d9/src/jsx/state.ts#L183 if anyone feels like implementing this go ahead, its a low prio for now

https://github.com/Aylur/ags/pull/504

The first error is usually the only relevant one, which you didnt post These are just saying that something went wrong then cleaning up after that failed

My first guess is the there is an already running notif dameon that either locked up or does not implement the GetServerInformation method Is there a notif daemon already running?...

@maxbol > would it make sense to write some sort of library to abstract over them Yes, but not in the way you are thinking of. Wayland protocols are meant...

Currently trying out Niri to test out this PR, few things I have to say at first glance: - Don't use a hashtable for event handlers, a simple switch case...

The main issue is serialization of json right? How about using variants? ```vala var variant = new Variant.array(new VariantType("{sv}"), { new Variant("{sv}", "key1", new Variant("s", "value")), new Variant("{sv}", "key2", new...