Skip to content

Reopen tty issues #302

@antonmedv

Description

@antonmedv

Hi!

I encountered some strange issue with my project: https://fx.wtf

If I do go run, everything works.

node -e 'console.log(123)' | go run .

But if I do

go install
node -e 'console.log(123)' | fx

Suddenly bubbletea can't get any keystrokes.

Снимок экрана 2022-04-22 в 11 56 46

I susspect stdin was closed?

In nodejs project was able to reopen tty via something like this: https://github.com/indutny/reopen-tty

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions