Emil Rosendahl

Results 7 issues of Emil Rosendahl

Hey Hopefully it's ok to ask questions. So, since it's pure Go, does that mean that the sending of the ZMQ message payload can be done with zero-copy mechanics? Since...

First, fantastic mode! I would like to donate a coffee/beer or something. Possible? It would be awesome with an option to set the timeout of the request. I've developed against...

### Issue description Installing new machine, a M3 running Sonoma 14.2.1. I followed the instructions and added `--with-x11` (and other flags, but this was the culprit), and in the end...

Hello, I'm using your fantastic tool to run diffs in a refactoring project. Works wonders! Today though, I tried to use the `patch` format instead, and even on files that...

Hello! When using a password manager it's practice to copy the password from the manager and then paste into the place where it's needed, like a prompt in a terminal...

Hello! It might well be that this is something that is by design, but it surprised me. I did not get this constraint from the documentation. I've got two files...

Hey! I've run into this problem; ```go package main import ( "go.nanomsg.org/mangos/v3/protocol/req" // register transports _ "go.nanomsg.org/mangos/v3/transport/tcp" ) func main() { sock, err := req.NewSocket() if err != nil {...