node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
## Environment details - OS: windows NT - OS version: 10 22H2 19045.4598 - VS version: 2022, 17.10.3 - SDKs: insider SDK, Win10/11 SDK ## Issue description VSSDK for windows...
Closes #684 ## Changes ## Functional - Adding a new optional `suppGids` parameter for `node-pty.spawn` that allows to provide supplementary group IDs for Linux. The parameter will take effect only...
## Environment details - OS: Linux/Window - OS version: Ubuntu 22, Windows 11 - node-pty version: 1.0.0 ## Issue description The following program behaves very differently on Windows vs. Linux:...
## Environment details - OS: MacOs M1 - OS version: Sonoma 14.5 - node-pty version: [email protected] ## Issue description The build has thrown up an error on node16.20.x ``` [13/14]...
Hello there, Is there a way to set the supplementary group IDs when spawning a new terminal? I see `gid` is a number and not an array, so I guess...
Context: https://github.com/microsoft/node-pty/pull/694#issuecomment-2313113605
## Environment details - OS: windows11 - OS version: 22631.3880 - node-pty version: 1.0.0 ## Issue description If I set `useconpty=true` then I do `pty.kill()`, it will get an error...
Cannot monitor standard error output?
With the upcoming `useConptyDll` option we also ship a conpty.dll file. This gets confusing given we already have a conpty.node. We should rename conpty.cc and winpty.cc to something else.
## Environment details - OS: Ubuntu - OS version: 22.04 - node-pty version: 1.0.0 ## Issue description After installing node-pty, i tried to spawn a command and this error triggered....