Robin Bolscher

Results 9 issues of Robin Bolscher

This global object gets filled but never cleared: https://github.com/dbkaplun/driftless/blob/master/src/driftless.js#L36 Using `setDriftlessTimeout` a lot will create a memory leak, easily and quickly reproducible: ```js function setTimeoutAndLog() { setDriftlessTimeout(() => { setTimeoutAndLog();...

Devbox seems to be using a generated (sequence) ID, this allows for multiple entries with the same ieee address. Wouldn't it be better to use the ieee address as an...

Using the example, the getState() and getHardwareVersion() time out, this used to work. Am I the only one experiencing this issue? Bulb is on firmware 2.1 according to the LIFX...

It would be great if node-lifx could emit an event when a user changes the state of a light using the mobile app for example. Right now this is not...

enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

I have an issue converting an XYZ value to RGB and back, it seems that for some values this works, but for others not. I checked the `xyz.max` value and...

bug

Is there a specific reason RGBA is not one of the supported color spaces? I saw the color-rgba and color-alpha modules which seem to handle this well, unfortunately it is...

Hi, what is the reason for ensuring the service_name length does not exceed 15 chars? - https://github.com/agnat/node_mdns/blob/43f7256cbc0c446757b690cd8c05a01f68014348/lib/service_type.js#L160-L161 - https://github.com/agnat/node_mdns/blob/43f7256cbc0c446757b690cd8c05a01f68014348/lib/service_type.js#L174 It seems rather arbitrary to me. I am running into issues...

I am getting a few bug reports about "missing entities" on new EP1 firmwares. I personally have an EP1 with ESPHome version 2023.10.6 and Project version 1.1.7 that is working...