Eric
Eric
After ripping a number of DVDs, there are a lot of zombie processes. Something isn't waiting properly for its children. 
It seems like the evbug module is required to get the Surface Go's cover keyboard to work reliably, but I don't understand why. Is there any hope that it won't...
These files allow this repository to be used directly as a component in the esp-idf build system when the rest of the Arduino environment is not required. I have not...
``` panic: runtime error: cgo argument has Go pointer to Go pointer goroutine 1 [running]: panic(0x58b240, 0xc82000a340) /usr/lib/go/src/runtime/panic.go:464 +0x3e6 github.com/mattn/go-gtk/gtk._cgoCheckPointer0(0x550dc0, 0xc82000e460, 0xc82000a330, 0x1, 0x1, 0xc82000a2f4) ??:0 +0x4d github.com/mattn/go-gtk/gtk.Init(0x8c7840) /home/ecc/go/src/github.com/mattn/go-gtk/gtk/gtk.go:228 +0x3fd...
I want to draw lines in a color that matches the one used by default for a label's text. But I don't see any method to get it, only to...
In the course of cribbing test data from MinimedKitTests/GlucoseEvents/ I noticed that the testTimestampTypeLastRf and testTimestampTypeGap seem to be switched (each tests for the other's timestamp type).
I added support for another CC1111 dongle from Ciseco (now Wireless Things): https://www.wirelessthings.net/srf-stick-868-915-mhz-easy-to-use-usb-radio But it's only marginally useful because this dongle does not have a pushbutton to force it into...
Based on the currently selected items, highlight the constraints that are possible, or gray out the ones that cannot be applied, in the toolbar and menu. (Possible based just on...
In the serial.c code ``` uint16_t serial_rx_word() { return (serial_rx_byte()
I've found the extra bit for insulin sensitivities > 255: it's bit 6 of the previous byte. For example, here's a bolus wizard setup record in which I change from...