Running an Nx dev target through the sidemux run tool crashes Nx native PTY before the server starts.
Repro from an andromeda worktree:
devserver pnpm nx dev tats-public -- --port 3581 --strictPort
Observed:
thread <unnamed> panicked at packages/nx/src/native/pseudo_terminal/pseudo_terminal.rs:279:31:
Failed to enter raw terminal mode: Os { code: 6, kind: Uncategorized, message: "No such device or address" }
fatal runtime error: failed to initiate panic, error 5, aborting
The same pane is a sidemux-managed background job. Expected: child gets usable PTY semantics or sidemux documents/sets an env flag that disables Nx native terminal handling.
Running an Nx dev target through the sidemux run tool crashes Nx native PTY before the server starts.
Repro from an andromeda worktree:
Observed:
The same pane is a sidemux-managed background job. Expected: child gets usable PTY semantics or sidemux documents/sets an env flag that disables Nx native terminal handling.