hills
hills
I have a Samsung S4 Mini which has buttons below the screen. When the Night Screen takes over the LEDs on the buttons stay on, so the phone is very...
dcron claims to support "system" crontabs, but differs in implementation to other crons by running jobs as root instead of allowing each job to have user specified. Implement this behaviour,...
Since upgrading between the most recent releases (```closure-compiler-v20210106.jar``` to ```closure-compiler-v20210202.jar```) I notice a regression and a loss of useful information in the naming out of some ```--debug``` output. Here's an...
It looks like I have the basis of a lockup when capture devices are used in Firefox, and this is the smallest [reproducable test case](https://github.com/i-rinat/apulse/files/5477510/test-firefox-device.html.txt) I am able to create...
@tursulin has a prototype GPU meter for Intel: https://github.com/tursulin/xosview/tree/gpumeter This could probably be polished into something ready for merge. Some questions I had from a quick glance: * why it's...
I think this looks like a bug in the compiler, see the minimal test case below. The function parameter has a default, so it may never be "undefined" and the...
The compiler's definition of this function requires one or more streams, and differs from [MDN](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addTrack) and [W3C](https://www.w3.org/TR/webrtc/#ref-for-dom-rtcpeerconnection-addtrack-8) references which specify zero or more. Code using `addTrack(track)` without a stream behaved...
Linux, Slackware. Use ccmake to set CMAKE_INSTALL_PREFIX; eg. /opt/museek When running museeq I get: ``` Floating point exception ``` The cuplrit is the IMG() function. If it can't find a...
I'm very pleased to have discovered mblaze, thank you. I'd like to automate deletion of some old mails, but no such example is given in the docs. If this is...
Since this is privacy-oriented software it would be good to absolutely minimise the required permissions and, where it is not possible, to document to the user the reason for each...