-
-
I pointed out in [this reddit comment](https://old.reddit.com/r/haskell/comments/1f35f92/how_is_pipessafe_supposed_to_work/lkc1hsf/) that the `pipes-safe` version of `onException` is implemented with …
-
I'm trying to get pipes working in a class in the following manner
```python
self.webcam = (
ffmpeg.input(
opts["device"],
format="avfoundation…
-
We should get them to work just like stdin and stdout ?
Currently, opening a named pipe (for reading or writing) completely blocks factor until the other "end" of the pipe has been opened (that's be…
-
If you need any custom pipes, don't forget to mention here.
-
My only major input is I would like to see more theory before the application. stdin and stdout won't be very useful w/o the concept of pipes, file descriptors, etc. This also means that you can go "a…
-
Picking it up works, but when you place it somewhere else (maybe modify it by extending the pipe?) it creates a ghost block in the original position. This makes you unable to use this block for anythi…
-
### Describe your idea
Create a block that would provide access to each side of a "peripheral" block. This could be identical to a CC:T modem except the API would accept a "side" for both the sourc…
-
### Symfony version(s) affected
same error on symfony/process 6.4.12 and 7.1.6
### Description
I can run `jpegoptim -q --stdin --stdout - < b18964.jpg > out.jpg` in terminal fine, with no errors,
…
-