David Hewitt

Results 128 comments of David Hewitt

Those errors mean you can't subclass that thing as they're sealed classes. I don't think the necessary annotations are available for it to be a Vala error yet.

I've just been investigating this as I've just found the same issue. It appears to be caused by ClutterGst, I've raised an issue upstream here: https://gitlab.gnome.org/GNOME/clutter-gst/issues/6

I stopped working on it when someone (I think in Slack) mentioned that the solution I was proposing doesn't make sense in the context of porting things to Flatpaks, so...

This is the relevant branch for AppCenter that works in conjunction with #155 : https://github.com/elementary/appcenter/pull/1419 It would probably be nicer if the changes were ported to use the new notifications...

I don't think there's a technical reason, but there might have been some legal discussion around that too. I can't remember if it would be possible to pull the proprietary...

@marbetschar I would consider making some of this static rather than creating a new `GLib.Settings` object and querying it for potentially every task? https://github.com/elementary/tasks/blob/2caa228cb0a456beaa99c71adf4a42a0520fc690/src/Widgets/TaskRow.vala#L138-L139 That would at the very least...

Hm, I guess it's the act of getting the setting rather than creating the object. Tbh, we shouldn't really be getting the setting for every task either as it's very...

There's no out of box efficient listbox in GTK3, hence the custom one. But I believe there is in GTK4

Thanks to some extra information provided at https://github.com/elementary/default-settings/issues/267#issuecomment-1085732031 , this is probably due to a missing meson post install script that compiles the GLib Settings Schemas. It isn't necessary for...

* If you use a bluetooth keyboard as your only keyboard, it won't connect during the decryption screen and you have to plug in a USB keyboard to decrypt your...