Peter Murray

Results 112 comments of Peter Murray

I have a new version `5.0.0-beta.2` in npm that you can try out. Still working on a few things before final cut release (mostly documentation related) but may change some...

I have been dual building these releases now and they "seem" to have these issues flushed out in the later builds. Can you try `5.0.0-beta.4` which was released today. Also...

Hi @mirkoschubert, I have looked a little further into this and managed to replicate something similar to what you report when I do not use the `commonjs` value for the...

@lsphillips Thank you for the Gist, it provided me with the ability to properly diagnose this. It is a horrible manifestation of the CommonJS/ESM dual packaging mess that exists inside...

The ESM code is generated from the TypeScript compiler, so I am still looking into whether or not there is a configuration option on the extension that I can utilize.

You need to add the `--experimental-specifier-resolution=node` to the Node.js command line to get around that one, as the module has directory references to the files, e.g. `node lib/register-esm.js` would need...

What version of the library are you using when you get this error? I have made a number of changes to move the dgram discovery aspect out in to a...

It is not the library; https://developers.meethue.com/rate-limiting-status-code/

I have a complete lack of visibility to the use case here and the full manifestation of the error, can you provide some more context and a reproducible way for...

From the Hue documentation it looks to be active as of now: > NOTE 1 – UPnP (or more specifically the UPnP subset Simple Service Discovery Protocol (SSDP)) used to...