Joseph Ottinger
Joseph Ottinger
Some rules may want to include validation of data types. Imagine: `"typeof": [ "a", "string" ]` -- evaluates to true if "a" is a string or not.
Adds typeof support for the simple operators.
We're seeing an issue where we can set color_temp (kelvin) and then subsequent calls to the same device to set brightness or hue or saturation are being *accepted* but not...
**What is the feature or improvement?** Right now, if s nonsecure port is used for connection, a `KittehNagException` is reported as a non-terminating exception (everything works, you just get the...
**What is the feature or improvement?** Right now, the docs don't really cover channel modes well; the tests demonstrate modes but there's little documentation that directs users TO the tests,...
## Why the new feature should be added When writing content in AsciiDoctor using IDEA, it's trivial to go past a reasonable wrap point in the text; in this sentence,...
I would like to set a hook for shutdown, something like this: `process.on('exit', () => { mqttConnection.end(true).then(()=>{}).catch(()=>{});` This... never works. `process.exit(1)` does, the process isn't hung, it just never gets...
On the master branch, the example app shows the use of expose: distDocker { dockerfile { expose 8080 } dryRun = true } And the ocker plugin version is 1.3-SNAPSHOT,...
If you submit invalid JSON, the parser *blows up* exits the process.