David Arvelo

Results 29 comments of David Arvelo

Image-based icons would be great.. would be nice to write a local weather script for bar someday. :)

Is there a known alternative to this attribute? Its use is highly discouraged in the Android docs.

For now we're using `sharedUserId` in the `androidTest` manifest and removed it from our main manifest, and screenshot tests are still working in CI. Still, hoping some longer-term solution can...

@derandecker Can you tell me if your snippet allows the removal of sharedUserId and still has screenshot tests working? I'm unclear on whether having `sharedUserId` in a testing manifest leaks...

:+1: This would be a great feature. Here's a sample playlist url: https://www.youtube.com/watch?v=58RQoAc_hgo&index=39&list=PLucoL_7WoAgDD3iul6Me6RIruU_UyhKDO You can view all of that user's playlists here: https://www.youtube.com/user/teohyc/playlists

Happening to me too… Wondering if it's because of my usage of upsert available in newer Sqlite versions: `INSERT INTO x VALUES ? ON CONFLICT(client_id) DO UPDATE SET` But it's...

The GNOME 3 DBUS API for this has changed. Everything now seems to be in org.gnome.SessionManager, on the methods Inhibit() and UnInhibit(). Sadly, it doesn't seem that dbus-send will work...

Yep, I had the same problem and the DBUS method on my Cinnamon (GNOME 3-based) machine works that way. The machine respects the gnome-control-center's "Brightness and Lock" setting to turn...

@ribeirobreno Features are nice on that fork.. I was wanting a way for HTML5 fullscreen to work. Unfortunately, GNOME3 doesn't have org.gnome.ScreenSaver.SimulateUserActivity on the DBUS, so it seems it'll only...