Cliff Stanford (1954-2022)
Cliff Stanford (1954-2022)
This change allows a custom agent to be passed into the call to `bent()`. It will permit proxying both by use of a local proxy or a remote proxy. There...
It seems that there is now no way to set the colour temperature on a group. In order to emulate, for example, the old `FOCUS` scene, I can set `group.setBrightness(100);`...
Seeing a lot of `error` events in long-running code. ``` Error: unexpected response (4.00) to observeScene(169275, 200468). at TradfriClient.observeScene_callback (/home/cliff/src/git/house/node_modules/node-tradfri-client/build/tradfri-client.js:456:36) at PendingRequest.handleResponse [as callback] (/home/cliff/src/git/house/node_modules/node-tradfri-client/build/tradfri-client.js:415:41) at Function.onMessage (/home/cliff/src/git/house/node_modules/node-coap-client/build/CoapClient.js:606:33) at SocketWrapper.emit...
Running version 3.28.0 connected to a private repository on Github. As there is no headless version, I am running SparkleShare on my desktop machine (Ubuntu 19.04) and mirroring it on...
If I run `Events.list()` on a large calendar it does not handle `nextPageToken` in the result but neither does it pass it through. This makes it impossible to get a...
I got complaints from my users that they would expect right-click to work on the image while it's expanded. Currently it simply closes the zoom. I simply added one line...
The `.for-each` command works up to and including lessc version 3.6.0. In 3.7.0 and current it gives: ``` ParseError: Unrecognised input in for-each.less on line 6, column 33: 5 #for-each-fruit...