Kevin O'Hara

Results 41 comments of Kevin O'Hara

I don't think so but if it's in the RS232 protocol I could add it. Wanna check?

Yes, probably a bug. Could you submit a fix for it?

Can you post your Trigger body?

I don't really like losing the automated handler name resolution and forcing the name through a parent constructor. A really simple solution would just be to cache the `handlername` in...

@timbarsotti I'm not following this... > the issue I see with a static variable is when multiple handlers are in play in a single execution context. For example, if a...

That feels like a bit of a bloat of the TriggerHandler API. I think that is best implemented in your trigger handler implementation.

@vr8hub No problem. Thanks for the fix. Looks like there is a merge conflict that needs to be resolved before merging. If you can take care of that I can...

I don’t see why this couldn’t be added. Happy to look at a PR On Mon, Nov 5, 2018 at 10:56 AM Renato Oliveira wrote: > You seem to be...

Since this is still hanging out there, I'm curious if anyone has come up with a interim/userland solution for this?

It's possible that this is working now in streaming 2.0 https://github.com/kevinohara80/nforce/blob/streaming-2.0/lib/fdcstream.js I'm hoping to have 2.0 out within a week. Once I have a beta out, it would be great...