Francis Gulotta
Francis Gulotta
It's probably [this line](https://github.com/mhart/dynalite/blob/master/index.js#L263) that throws the non "statsCode" errors in the http handler. The handler is bound to `null` so it can't do a `this.emit('error', error)` instead of throwing....
This is the major change. 👍 to that. The other major one is in the constructer. We now always throw errors during construction. The callback is now called `openCallback` and...
I don't want to use the nodebots org yet as I haven't identified all the people who have full control there. A lot of inactive accounts with full access to...
@garrows this makes you serialport maintainer, you should have permission to transfer the repo
yes! you very much can - I don't have a roadmap together yet, but the idea, is a minor bug release (With a major amount of bugs fixed), and then...
So I've got 4.0 in release candidate status. We can either bring those changes here or work to merge sooner than later. The [upgrade guide](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/master/UPGRADE_GUIDE.md) talks about the changes directly.
I've almost completed a spike on a chrome bindings object. I'm a lost on how to use the tests with it, but I'm almost there. https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/web
I just want to poke this issue, the aforementioned branch is way out of date. However SerialPort 5 is about to be released. A binding interface for this would now...
We throw a bunch more errors in our master branch right now (primarily around opening and closing ports). Just a heads up.
Totally On Sat, Aug 6, 2016, 8:34 PM Suz Hinton [email protected] wrote: > oh, drat! I can totally see this as a bad user experience, thank you so > much...