-
Providing a means for third parties to push logs to rtail-server would be useful. I would expect some configurable form of delineation to specify stream source, etc and a general form of the message t…
-
I'm trying to define a variable with contains a random value and want to inject it somehow into tests executed by trycmd. I can mask the value with `insert_var(..)` and tried to use `env(..)` to make …
-
# Feature or enhancement
Avoid extraneous copy when `_recv`ing bytes through pipes in multiprocessing "connections"
# Pitch
In the default IPC implementation of the `multiprocessing` module u…
-
While writing a function to add Hitch info to my bash prompt, I was piping the output of `hitch` to `cut`, and wasn't getting any output. At first I thought I was doing something wrong in bash, but ul…
-
- `nvim --version`: 0.3.2
- Vim (version: ) behaves differently? N/A
- Operating system/version: macOS 10.13.6
- Terminal name/version: Kitty 0.13.2
- `$TERM`: screen-256color
### Steps to …
-
**Reported by bluey on 8 Oct 2007 03:14 UTC**
Be nice to use TCP for communication with the service, allowing for remote access and easier porting of the daemon to windows. First step would be to make…
-
Hello, I'm running nginx-rtmp in a docker container. When I run this command on the host machine:
```
docker logs mycontainer -f
```
I can see output from nginx-rtmp just fine. Lines like this app…
-
**Describe the problem you are trying to solve**
Tremor cannot encode/decode [parquet](https://parquet.apache.org/) as a codec.
**Describe the solution you'd like**
Would be nice to have parq…
-
The current ZMQ interface is very simple and only supports TCP PUB/SUB patterns, which is only a fraction of the capabilities of ZeroMQ. As ZMQ is quite big, and some protocols require a specific plat…
-
```racket
(fd-peek handle amount) → (or/c string? eof)
handle : handle?
amount : (or/c integer? eof 'avail)
```
I hope that the `handle` can also be *peek*ed. Unlike `fd-read`, which consum…