-
```
Hello,
there has always been a need (at least for me) to redirect the output of
print() to somewhere else than stdout, especially lately, as I was
programming PSP-related things with TinyPy.
Her…
-
Is it possible to implement these commands:
hide: Hides the libretro screen
show: Brings the libretro screen back to the front
At the Moment I have to use:
hide: pause_toggle --> fullscreen_toggle -…
-
```
My request is to be able to run jarjar like so:
echo $JARJAR_RULES_FILE | java -jar jarjar process - infile outfile
Thoughts?
```
Original issue reported on code.google.com by `konigsb...@gmail…
-
```
My request is to be able to run jarjar like so:
echo $JARJAR_RULES_FILE | java -jar jarjar process - infile outfile
Thoughts?
```
Original issue reported on code.google.com by `konigsb...@gmail…
-
Like other Unix tools the default should work on stdin and stdout. For a more sophisticated operations we could add options to the application.
-
```
My request is to be able to run jarjar like so:
echo $JARJAR_RULES_FILE | java -jar jarjar process - infile outfile
Thoughts?
```
Original issue reported on code.google.com by `konigsb...@gmail…
-
This will land in 1.21. We might want to incorporate it: https://github.com/rust-lang/rust/pull/43459
-
I have a jupyter notebook that is intended to be used as an interactive training exercise. As such, it has a couple of cells that prompt the user for input using `input()`. This works well when a user…
-
```
CALL scripts/checksyscalls.sh
:247:2: warning: syscall restart_syscall not implemented [-W#warnings]
247 | #warning syscall restart_syscall not implemented
| ^
:250:2: warning: …
-
I'm using the transfer.sh script linked on the website. Would it be possible to extend this script so that I can pipe input into it, rather than having to specify an existing file?
```
transfer(){…