Mike Blackstock
Mike Blackstock
I'm not sure this is a usable work around for this issue. The problem isn't initialization of variables on startup of node red, but re-initialization of the dashboard system when...
I agree, in fact, this was the original model for configuration. It looks like we introduced this when we added 1.8 and 2.0 support. I'm thinking to remove the config...
Thanks for your feedback on the documentation. Apologies if it is not clear. I'd be happy to review a pull request if you would like to improve it. If there...
The node is storing and retrieving credentials like other nodes as described [here](https://nodered.org/docs/creating-nodes/credentials). I haven't tested yet, but environment variables *should* be able to be used in credentials properties as...
The example demonstrates how to set the URL of a request using a template. The change node moves the 2 in `message.payload` from the inject node to `message.post`. I suppose...
Thanks Dean. Ok. I'll have a look. Busy this week so might be slower to respond. On Mon, Feb 26, 2018, 7:50 AM Dean Cording wrote: > Currently the test...
The best way to test that the helper will serve both core and contrib nodes will be to add the test helper module to the core as a dependency and...
It's not clear to me how to do this with the [Javascript Client Library](https://github.com/influxdata/influxdb-client-js) library we use for accessing influxdb 2.x servers as mentioned in the [README](https://github.com/mblackstock/node-red-contrib-influxdb/blob/master/README.md) yet. It seems...
The helper currently uses sinon, should, supertest in the helper itself, so will need changes to the code before we can drop those dependencies. `when` is used since NR uses...