Aylur

Results 118 comments of Aylur

I'm not sure what you are asking here. You can still draw with cairo in GTK4 using [Gtk.DrawingArea](https://docs.gtk.org/gtk4/class.DrawingArea.html). Or use [Gtk.GLArea](https://docs.gtk.org/gtk4/class.GLArea.html), although you can't use it from language bindings such...

I added it because it caused some confusion in the past for users when switching to downstream packages. A PR would be appreciated, maybe with a note mentioning the possible...

It caused confusion for users that compiled it themselves and installed it to `/usr/local` and then later also installed another version from a package source, because the older version took...

graphs >*No description provided.*

tbh I don't want to touch `cairo` 1. because I just don't 2. because I would have to port it to gtk4 eventually Doing any graph widget like this is...

subprocesses are definitely not left unhandled by glib are you sure the `wnpcli` process you is a child process of ags?

1. you are not supposed to invoke on_resolved 2. if you want to resolve a notification use [dismiss](https://aylur.github.io/libastal/notifd/method.Notification.dismiss.html) ```lua local DEFAULT_TIMEOUT = 2000 function notifd:on_notified(id) local n = notifd:get_notification(id) if...

Regardless of reason if a notification is resolved it ceases to exist and is removed from the `notifications` list and you should no longer try to access that notification. I'm...

Recently I tried Gnome's Decibel app, which for me locks up the whole event loop. My initial thought was that it was caused by the Player class where we poll...

I assume you haven't update the showcases, I'm getting different results, so I'll just refer to files by name 1. in `apps/application.vala` in `to_json` the builder chaining has an extra...