-
```
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…
-
I'm getting this error:
Sending build context to Docker daemon 364.3 MB
Step 1 : FROM meteorhacks/meteord:onbuild
# Executing 2 build triggers...
Step 1 : COPY ./ /app
Step 1 : RUN bash $METEORD_DIR…
-
```
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…
-
`yapf` has very similar command line interface as `pyformat` but provides one additional one: pass a code via stdin and print result on stdout.
Such a feature makes it very easy for integrating e.g…
-
-
```
$ echo foo | hdump
Usage:
hdump [-c columns] [-s skip] [-n length] file
$ echo foo | hdump /dev/stdin
unable to seek through file
```
-
Pythonista version: `Pythonista v. 3.2 (320000)`
Device: `iPhone X`
iOS version: `12.1.4 / 13pb2`
No `__enter__ `attribute in sys.stdin
```
>>> with stdin as inp:
... for line in inp:
.…
-
Migrated from [rt.perl.org#118797](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=118797) (status was 'open')
Searchable as RT118797$
p5pRT updated
2 years ago
-
If accessor methods were added that simply return $stdin/out then anyone could easily be override those using various methods like Refinements and/or extended Classes?
Then hacky tricks like messing …
chino updated
9 years ago
-
Would need to read in stdin and buffer it for retry. Similarly buffer stdout until success. Only output final failed result or success.