Michael Borcherds
Michael Borcherds
It crashes quite often for me with `"RangeError: offset is out of bounds` here ``` message.set(value, pos) ``` This works as a quick fix, can't see what the proper fix...
This works for me: ``` static FILTERS = [ { usbVendorId: 0x045b, usbProductId: 0x8111 } ] ```
I couldn't get this to work in Chrome 114 so I simplified everything until I got it to work for me: https://github.com/murkle/dgtchess/blob/main/README.md Working example https://test.geogebra.org/~mike/DGT/example/index.html
Seems to work quite nicely! https://murkle.github.io/utils/webbluetooth/led_namebadge.html I couldn't quite figure out the Kotlin for the speed encoding. Is this right? `(message.speed
Hi! Does your device have buttons? The one I've just ordered has two buttons on the right and you have to press the top one to enable Bluetooth (then after...
I don't know if you've seen these, but it's a very good SVG test suite: https://github.com/canvg/canvg/tree/master/test/svgs
I've had this error on the last couple of PredBat updates (most recently v8.3.2) File "/config/apps/predbat.py", line 10944, in run_time_loop self.update_pred(scheduled=True) File "/config/apps/predbat.py", line 9788, in update_pred recompute = self.calculate_plan(recompute=recompute)...
When the car is unplugged PredBat doesn't update its plan unless Home Assistant is restarted, see https://github.com/dan-r/HomeAssistant-Ohme/issues/91 Not sure if it's the Ohme integration or PredBat at fault - is...