Results 16 issues of Dave Eddy

``` $ sudo nvadm in v0.10.0 &>/dev/null $ node -v; node example/discover.js v0.10.0 [ '10.0.1.240' ] $ sudo nvadm in v0.12.4 &>/dev/null $ node -v; node example/discover.js v0.12.4 [ '10.0.1.240'...

I'm currently using this project through Home Assistant on a raspberry pi and it works flawlessly. I want to transition to my more powerful and capable server running [SmartOS](https://smartos.org) however...

it would be nice to be able to set a "global" prefix in the cfg file... ie. ``` ini [graphios] global_prefix = 'graphios' ``` which would then result in all...

When running functions using `vasync.parallel` can we make the guarantee that the functions will be executed in the order they are passed in? I know that they will be executed...

this allows for a level of indentation to be dropped, which can be useful when trying to stay within 80 columns for source files that make complex use of vasync...

``` $ triton create -wn my-machine [email protected] t4-standard-128M Creating instance my-machine (11e9c842-0546-c806-b6d3-aa71f5b18af8, [email protected], t4-standard-128M) Created instance my-machine (11e9c842-0546-c806-b6d3-aa71f5b18af8) in 44s $ triton create -wn my-machine [email protected] t4-standard-128M triton create: error...

Hello! ## Background I have a question about a dimmable zwave light i have accessible through mqtt. My config looks like this: ``` json { "accessory": "mqttthing", "type": "lightbulb", "name":...

hello! I'm very interested in getting this plugin setup with my `zwavejs2mqtt` setup. I tried setting this up but noticed, while it looked like everything was working, mqttthing wouldn't connect...

# notes I tried to place the logic in `bud.c` right above the call to `uv_run` but the ended up confused as to why there are 2 calls to `uv_run`......

it'd be cool to have this default to the `Host` header of the incoming web request if it is unspecified by the config.