Jeremy Dunn
Jeremy Dunn
This whole thread is very insightful. And I've had the same issue for what it's worth. But, it's also worth noting that I get this issue on iOS as well....
I just ran into this issue on a fresh project identical to the example provided and I'm using Mojave. Just running in a raw node app, no electron involved. Node...
Running in debug mode and found out that it removes all callbacks. I was getting mouse events firing until a key was pressed. So I think this is a problem...
Does line 89 need a `break;`? I'm only vaguely familiar with any of the C languages. But if the key is not the escape key, this switch would fall through...
So, today, Apple officially announced support for Xbox and Playstation controllers. This is huge.
I would like to see an answer to this, as well. I worked around it by directly getting the millisecond value before parsing, then adding that value to the rounded...
I'm looking for this same solution. Currently, the only thing I could think to do is to capture the input manually in a variable and compare the output with the...
## Solution Found [this](https://github.com/Tyriar/node-pty/issues/78) explanation in the `node-pty` repo. ```javascript process.stdin.setRawMode(true) ``` I would expect it to work with `pty.js` as well. _On that note, this repo hasn't had a...
Loving it so far.