-
The documentation is frankly very bad regarding the real time configuration. What, exactly, does --ws-url configure?
There are two different things that we should be able to configure:
1. Where …
-
Hello sminez,
Thank you for the great editor I watched your intro video and it looks pretty interesting I wanted to test it.
But it doesn't compile well on Windows, is this platform even support…
-
I really do like the easy of working with axum and axum-server. It is straightforward to set up TLS _and_ reload it, which is awesome when used with certificates that need to renewed often.
I would…
-
### Description of the feature
Add support for symlink following for regular files/unix domain sockets (in chroot/efs ). This will enable applications to use system calls like ```symlink```, ```symli…
-
```
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…
-
## Feature Request
**Short Description**
Use OCI hooks and get events in context to container start/stop: Currently KubeArmor mounts docker/containerd/crio UNIX domain socket file in KubeArmor …
-
### Proposed change
Use Unix domain sockets for *Jupyter Server* since support is now in [jupyter_server/CHANGELOG.md at 18156d508344964c73cf3a8882835bfefc25deda · jupyter-server/jupyter_server](http…
-
Hi,
I'm looking for a way to do HTTP requests and use the faraday rest client gem with REST API servers on unix domain sockets (e.g. LXD, snapd, docker are offering REST APIs over unix domain sock…
-
Unix Sockets are faster than IP sockets and have less latency:
https://stackoverflow.com/a/29436429
https://blog.myhro.info/2017/01/how-fast-are-unix-domain-sockets
3proxy with AF_UNIX support …
-
TCP sockets on localhost run the risk that untrusted code running on the same machine (under a different user) could connect to the system. Windows named pipes or Unix domain sockets should be used i…