Michael Graff

Results 32 issues of Michael Graff

I flashed `hid_generic_pc13.bin` to several of my devices, but I am unable to see the HID device on the USB bus. Arduino claims: ``` -----------------------------------------------------------------------+ | HID-Flash v2.2.1 - STM32...

I have three Vue devices monitoring three different panels: Device "P1" has the main A/B sensors on the grid-side of the connection, and will thus measure the power coming from...

Linux raspberrypi 4.1.18-v7+ #846 SMP Thu Feb 25 14:22:53 GMT 2016 armv7l GNU/Linux ``` root@raspberrypi:/home/pi/rtl8812au# make make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.1.18-v7+/build M=/home/pi/rtl8812au modules make[1]: Entering directory '/lib/modules/4.1.18-v7+/build' make[1]: *** No...

This is more for information than an issue. I'm trying to use the alarm's telemetry to hook into OpenHAB, so I can use existing door sensors rather than having to...

It may be useful to have a guide to migrate from rdb:svelte-meteor-data to zodern:melte. Some suggestions: ### No need for $var In svelte-meteor-data, one uses: ``` $: players = useTracker(()...

documentation

For OSX, you don't need any tools. Just "open out.ppm" and you will see it in preview. Thanks for the start on the tracer. I am also following the book,...

From the code: ``` export function randomChar(prng) { let rand = Math.floor(prng() * ENCODING_LEN); if (rand === ENCODING_LEN) { rand = ENCODING_LEN - 1; } return ENCODING.charAt(rand); } ``` I...

Is there a tutorial on how to use contexts with cdq? I really don't need the weight of rest kit, but I do need background syncing. I am likely to...

Currently, a response like ``` data: {"type":"error","message":"IllegalStateException: unknown word ':eqx'"} ``` is generated for many reasons, some of which retries would work, some they would not. It would be useful...

enhancement
usability

In the browser console: ```constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1218 Uncaught TypeError: Meteor.user is not a function at constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1218 at Computation._compute (tracker.js:308) at new Computation (tracker.js:206) at Object.Tracker.autorun (tracker.js:576) at constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1217 at maybeReady (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:938) at...