Ristomatti Airo

Results 11 issues of Ristomatti Airo

I encountered the issue while testing Node-RED node plugin [node-red-contrib-node-lifx](https://github.com/jdomeij/node-red-contrib-node-lifx). The two of my lights were not listed on Node-RED UI even though they show up when using node-lifx directly....

bug
help wanted

I've used a prototype version of this implementation for quite some time to avoid lights dropping out occasionally in my node-red home automation setup. If for example below settings are...

enhancement

This modifies Client implementation to hold a separate message queue and send timer for each device or multicast address. This should give a noticeable speedup when sending packets to multiple...

enhancement

### Which node are you reporting an issue on? node-red-node-google ### What are the steps to reproduce? Run `npm audit` under `~/.node-red`. ### What happens? ``` $ npm audit ===...

After upgrading to Home Assistant 2024.2.4, vacuum-card didn't render due to null reference. The error shown on the console: ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading...

I didn't find a previous request about this. I do not know how feasible this would be given #21 for example. QMK allows mapping keys to both mouse wheel events...

This adds support to following keys on Linux: - `MediaRewind` (`0x00A8`) [`KEY_REWIND`] - `MediaPlay` (`0x00C8`) [`KEY_PLAYCD`] - `MediaPause` (`0x00C9`) [`KEY_PAUSECD`] - `MediaFastForward` (`0x00D0`) [`KEY_FASTFORWARD`] It should be noted that I...

I was looking for a way to batch rename (`rclone moveto`) a bunch of files stored on Backblaze B2 and ran across this Rclone forum thread https://forum.rclone.org/t/feature-request-batch-copyto-moveto/12106. After reading the...

I built my own image and got it succesfully running on a Zero W, however the v4l2rtspserver service was failing. I found a comment on the Raspberry Pi forum that...