Open rafaelcpalmeida opened 4 years ago
I'm using reflex to compile a Java program that gets input from stdin. I'm running the command using:
# Build and run a server; rebuild and restart when .java files change: $ reflex -r '\.java$' -s -- sh -c 'make && java bin/Server'
However, the input from stdin gets ignored.
Is there something I can do? If not, where, in the code, can I try to fix it?
This is from another similar project's Issues.
https://github.com/cosmtrek/air/issues/102
Maybe it's the same situation.
hotbuild.ffactory.org you can try it now.
I'm using reflex to compile a Java program that gets input from stdin. I'm running the command using:
However, the input from stdin gets ignored.
Is there something I can do? If not, where, in the code, can I try to fix it?