Dave Conway-Jones

Results 369 comments of Dave Conway-Jones

do you have an example flow that demonstrates the problem ? so we can recreate it ? If so how can we make it fail. How often does it happen...

I don't have your database or sensor so I have set up a simple table being injected with data once per second... I shall sit and wait

Looks good - would be great if you could add some tests to tests/function/17-smooth_spec.js as well... Thanks

Hi @andowinger - If you have mocha installed you should be able to run (at the top directory level of the overall project) `mocha test/function/smooth/17-smooth_spec.js` to run the tests for...

I notice the author of the tail.js library we use has pushed some error handling changes in the last couple of days. I'll bump out package to see if that...

Hi - as per the Issue form you have deleted - we prefer to handle how-to type questions via the discourse forum or via the slack channel to start with...

surprised - yes - me too. Must have been one of the very very early ones before we even had npm installable nodes.

which version of the serialport node do you have installed ?

Only one device can access the port at a time - please ensure that no other application has grabbed the port first. Also check that it hasn't moved to say...

When we start we do a check to see if npm is installed (so you can add extra nodes). Currently we do this just as a call to `npm -v`...