Nate Wang

Results 4 issues of Nate Wang

Not an issue but just want say thank you for this amazing project! I thought it would be easy to find a fuzzy search lib but after I tried almost...

I used 2.0.1 in my project and it worked just well, but I see there's no update for 2.x for a long time, is that still on the way? Or...

question

Finally I found a cross-platform working fork of `pty.js`. If you have problems on building `pty.js` especially for Windows you may try [Tyriar/pty.js](https://github.com/Tyriar/pty.js). What it does is described at: https://github.com/Microsoft/vscode/issues/13625

Hi, Thanks for making pty.js able to build on windows. However it failed to spawn on windows 10: I built it with target_arch=x64 ``` pty.startProcess(self.pid, file, args, env, cwd); ^...