You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This is a result of the fact that spawnProcess in ExecutableNode.spawn() has usePTY set to True. However, turning this option off screws up buffering in such way that the core doesn't even receive the "I've finished loading" message from the node. Would be really nice to have a fix for this - I've been toying with termios.ICANON ( http://linux.die.net/man/3/termios ) for a bit, to no avail.
This is a result of the fact that spawnProcess in ExecutableNode.spawn() has usePTY set to True. However, turning this option off screws up buffering in such way that the core doesn't even receive the "I've finished loading" message from the node. Would be really nice to have a fix for this - I've been toying with termios.ICANON ( http://linux.die.net/man/3/termios ) for a bit, to no avail.