Andrew S. Parnell
Andrew S. Parnell
Replace `split(/\s+/)` with `match(/\w+|"[^"]+"|'[^']+'/g).map(v=>v.replace(/"([^"]+)"|'([^']+)'/g,"$1$2"))` to split only on spaces not wrapped in quotes to allow for spaces in file names & paths
Submitting WatchForMeeting.spoon, which monitors for active zoom.us calls, and can share that information to a web page (that can in turn be run on a tablet outside the room to...
The table on the 0xB0 command wiki is breaking down a 0xB1 command, and as a result it's missing descriptions of length byte and repetition byte. Should be: | Data...
Constructing a color using `chroma(h, c, l, 'hcl')` format is resulting in a different (correct) value from constructing with plain js object `chroma({h:h, c:c, l:l})` See screenshot of using following...
Looking at accessory, or sending any commands, in either Homekit or Homebridge ui causes the on unit display to switch to Celsius, regardless of display settings in Homekit / Homebridge...