-
Similar to unix and unix-listen, it would be great if this supported windows named pipes.
The named_pipe crate can be used for this: https://lib.rs/crates/named_pipe
-
Hello!
I've done short research about process substitution on windows.
So - theoretically - you can create named pipe, then create server for this pipe and voila, you have something simillar to …
-
```
Reading about local IPC on Windows leads me to idea that Named Pipes is not the
transport should be used where Unix Domain sockets are on Unix. Other, most
probably faster, should be.
ALPC and U…
-
```
Reading about local IPC on Windows leads me to idea that Named Pipes is not the
transport should be used where Unix Domain sockets are on Unix. Other, most
probably faster, should be.
ALPC and U…
-
When adding nullable annotations for System.Net.Sockets (#32675), it was discovered that there is a scenario when using `NamedPipeClientStream` can use a null string:
When calling `NamedPipeClientS…
-
Hi there :-)
I hope I'm reporting this to the right place, let me know if this isn't it.
I noticed there is support for UNIX sockets in asyncio, but there is no documented support for named pipes on…
-
'cause pipes:
``` bash
$ accord -c license.md > license.html
```
yay, UNIX :smile:
-
Any plan to support [net.Socket](https://nodejs.org/api/net.html#net_class_net_socket) class?
I have some use case when I need to create some bridge that passes JSON-RPC data from Unix Domain Socket …
-
**Is your feature request related to a problem? Please describe.**
I want to apply new migrations from a file instead of always using db diff command.
Similar to how hasura `-sql-from-file`` op…
-
We'd like a POC that isolates xz from sshd. See [here](https://blog.qualys.com/vulnerabilities-threat-research/2024/03/29/xz-utils-sshd-backdoor) if you don't know why this is an interesting thing to…