-
JobManagerConfig shouldn't work out of the box, it should require some sort of authentication before it can be used.
* A Kerberos like ticket system could be put in place with the Job Manager (or o…
-
RLS currently uses unix specific piping to access `gzip` (e.g. [here](https://github.com/adokter/rsl/blob/aee0d0f8ade2348bf8ea6b83831387ffb3e7452f/gzip.c#L82), [here](https://github.com/adokter/rsl/bl…
-
On Windows the collector (usually) runs as a Control Panel Service process and therefore inherits whatever system identity (LOCAL SERVICE). Logging the username of the collector in the OTLP data stre…
-
Currently, lg seems to create pipes named `.gld-nfy` in the current directory (where I believe handle is just an index of opened handles inside the current process). This approach has two problems:
…
-
Intermittent errors occur when using pipes via the domain socket; some invocations of the pipe command over the domain socket, e.g. `echo "hello" | minimega -pipe foo` cause errors such as the followi…
-
As one of the civetweb strong points is embeddability, I think this feature would be a very good thing to have.
Is this feature planned for the future?
-
If you attempt to use the compiler server and work around other existing issues, there will be an exception in vbcscompiler's log:
```
--- PID=20379 TID=1 Ticks=18701641: Exception 'SystemNative_G…
-
**Describe the bug**
`minidumper` uses Unix domain sockets for IPC on Windows, which are currently unimplemented in wine and Proton.
**To Reproduce**
Steps to reproduce the behavior:
```rs
…
-
Part of the rework of the compiler server abstraction and tests caused it to use named pipes in more of the tests. Before the `IClientConnection` type was mock'd out and named pipes didn't really play…
-
testeth uses pipes to run lllc on unix.
but there is no implementation for windows. people start building cpp and solidity on windows hoping to generate some tests but it is unavailable because test…