Ron Waldon-Howe

Results 59 issues of Ron Waldon-Howe

It looks like GNOME is funding development for new GNOME-specific GUI components for oo7 - https://github.com/bilelmoussaoui/oo7/ - https://floss.social/@sonny/112196112438951909 The oo7 core is pure Rust and doesn't appear to have any...

Known issues with COSMIC on AMD graphics can be linked here, to keep track of them all while having separate issues for otherwise unrelated problems ( similar to https://github.com/pop-os/cosmic-epoch/issues/168 )...

this is a rebase of https://github.com/pop-os/cosmic-applets/pull/92 cc @ids1024 @ryanabx - I do want to take some work from https://github.com/pop-os/cosmic-applets/pull/344 before deleting it, but I don't intend for that PR/branch to...

Did you try [`matchMedia`](http://caniuse.com/#feat=matchmedia) when playing with Media Queries? Or maybe [enquire.js](http://wicky.nillia.ms/enquire.js/) if you wanted a nicer API? What were the issues you ran into?

The library malfunctions on Android Gingerbread (2.3). After some debugging, I have discovered that the call to Canvas.toDataURL() in EncodeString() results in an empty string. There is a documented bug...

As part of keeping the UI responsive, it would be advantageous to move CPU-intensive tasks into a background worker thread. For sufficiently larger loads, it might even make sense to...