Peter A. Bigot

Results 63 comments of Peter A. Bigot

Or, to handle #178: var err = new Error(args[0] || msg.errorName); err.errorName = msg.errorName; handler.call(props, err); // error as first argument

FWIW, I see no way to fix this without breaking API. If a method invocation fails, the `msg.type` will be `constants.messageType.error` rather than `...methodReturn`. Since dbus-native has chosen to only...

@sidorares do you want a PR for this or do you have it covered? What's your timeframe for a release; I'd like to rework my applications to the new API...

+1 and see pull request #76.

Note that both of these platforms use the ti-usb ACM serial interface. The issue does not appear on the exp430f5438.

Note that BSP430_TIMER_CCACLK_CLK_PORT_{PIN,PERIPH_HANDLE} already identifies this capability, though no examples use this feature. Is it necessary to have this and a peripheral handle? If only one, which?

Not at this time.

Sure. If you could write up a description of what you'd like to see and add it, that might expedite things. I haven't used the USB infrastructure.

I don't know; I did play with TypeScript a while back, but not enough to use it. Depends on how much of a maintenance impact it has.

Yes, given how many people are using this in non-Node.js environments decoupling it makes sense. I'm migrating away from Node for the sorts of applications where I needed this library,...