We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
This is from another similar project's Issues.
air-verse/air#102
Maybe it's the same situation.
Sorry, something went wrong.
hotbuild.ffactory.org you can try it now.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: