node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
## Environment details - OS: OpenBSD - OS version: 7.1 - node-pty version: 1.0.0 ## Issue description I was getting this error while compiling: ```` > [email protected] install > node-gyp...
Fix non-trivial copy assignment warning in memset usage ``` make: Entering directory '/home/jbud/repositories/node-pty/build' CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc: In function ‘void pty_after_waitpid(uv_async_t*)’: ../src/unix/pty.cc:534:9: warning: ‘void* memset(void*, int, size_t)’ writing to an object...
## Environment details - OS: Linux - OS version: 6.1.9-arch1-1 - node-pty version: 0.11.0-beta27 ## Issue description spawn-helper seems [traversing](https://github.com/microsoft/node-pty/blob/42b5ce46126636965b88967d8e7b5c618d84375b/src/unix/spawn-helper.cc#L60-L62) fd to nofile and close them. When running on a...
## Environment details - OS: Ubuntu - OS version: 24.04 - node-pty version: 1.0.0 & 0.10.1 ## Issue description The install seems insistent on looking for `g++-11` but I have...
Beta versions currently have suffixes like `-beta1`, `-beta2`, `-beta3` etc. That works fine until we reach `-beta10`. Unfortunately, the `10` in there is not treated numerically, so according to npm’s...
## Environment details - OS: NixOS 23.11.5328.51063ed4f234 (Tapir) x86_64 - Kernel: 6.1.81 - node-pty version: 1.0.0 and 1.1.0-beta12 ## Issue description `.onData()` appears to not give the last batch of...
## Environment details - OS: macOs - OS version: 12.0 - node-pty version: 1.0.0 ## Issue description I randomly get this error when calling `spawn` function multiple consecutive times: ```...
## Environment details - OS: - OS version: - node-pty version: ## Issue description is there a method to check when an execution completes after a command was written, for...
https://ubuntu.com/blog/tag/ubuntu-24-04-lts https://nodejs.org/en/about/previous-releases
## Environment details - OS: Windows11 - OS version: 11 - node-pty version: version: 1.0.0 - nodejs version: 20.14.0 - visual studio: 2022 ## Issue description 