-
see https://github.com/ZOSOpenTools/tclport/blob/getbuilding/tests/exectest.tcl
-
## Feature Request
It should be possible to create a fifo file in Unix environments from crystal code directly.
It's surprising to see that you need to create fifo file with a shell command [here]…
-
**Describe the bug**
if I set ```VAULT_DISABLE_MLOCK=true``` all works well.
however, if I reverse that flag my plugin will crash upon plugin startup:
```
starting plugin
runtime: failed to c…
-
:wave: I'm looking to use surf to communicate with a unix domain socket (and maybe a windows named pipe someday but not anytime soon).
I figured this would work "out of the box" since the default c…
-
https://github.com/Azure/hyperlocal-windows
-
This is requested by a user in slack, in a number of use cases users just care about the data in files, each datum is a single file, they don't care about the name of that file and they don't want to …
-
I think it would be very helpful if it would be possible to catch the stdout/stderr of the tor thread. But as it's only a thread and not a sub/child process, I have no idea how to do it. Maybe it's n…
-
### Description of the feature
We currently do not implement pathnames for named UDSes (see `man 7 unix`): https://github.com/gramineproject/gramine/blob/546c598b694d091121babc215bf6b9f9f52bbb4d/libo…
-
If I set global event loop to None (`asyncio.set_event_loop(None)`) and explicitly pass everywhere event loop, `asyncio.create_subprocess_exec` with I/O redirection will hang.
In following example …
-
**Describe the bug**
MSYS, CGWIN, Mintty (e.g. gitbash, windows ssh-terminals) have in common that they are tools that do not have access to the internal WinAPI of windows. This is a problem when the…