Navid Mafi

Results 27 comments of Navid Mafi

Thank you for clarifying that. Also for some reason I was inserting action group onto the container?! I'm not sure whether that was a mistake from my part or a...

No answer from your part. Things have been going fine for the past month just by commenting out the menuModel supplier. Just enabling that single line causes steady increase in...

Thingamabob for testing? ```js #!/usr/bin/env gjs imports.gi.versions.Gtk = "3.0"; imports.gi.versions.AppIndicator3 = "0.1"; const { Gtk, GObject, Gio, GLib, GdkPixbuf } = imports.gi; Gtk.init(null); const randStr = () => Math.random().toString(36).substring(2, 8);...

I have no idea what's happening in the vala code but I did implement some changes. Will report back and thank you for the investigation!

My experiments didn't result in any useful findings. Currently, I'm using the following workaround which i guess works fine for the time being. ```tsx const updateMenu = () => {...

I thought to myself that since the data is available at demand at no cost (unlike https) there would be no need for caching Is my reasoning incorrect? I will...