Jason Suttles

Results 33 comments of Jason Suttles

Created a PR: https://github.com/hitgeek/simple-hl7/pull/70

@hitgeek speaking of awaitingResponse, isn't it possible to send and await multiple responses and match them to their message control id? Or is HL7 inherently 1 message at a time?

I'd just like to check to see if this is likely to be built or whether I need to work with the current padding scheme. I had server - server...

@alfaro28 Do you have a pull request? I don't really have the means to verify whether it works properly and securely. If they could merge your stuff in, that would...

@alfaro28 Also, can you change the alerts back to console.error? I think it might work better as an npm package that way.

Looks like there was a request for changes 7 months ago. I also made a request to change from alerts to something else. (I don't know how changes to a...

This would clear out a low severity vulnerability at this time.

https://github.com/jssuttles/nw-8243 Here's a repo. I tried it without the devtools, and it didn't happen, but after I turned on the devtools it seems to have broken. Ran this on: Windows...

I checked with a colleague, and it doesn't break on Mac

When you change it to node inside of nwjs, it works again. `const child = require('node:child_process').fork(forkModule,[],{execPath: 'node'});`