Thomas Habets
Thomas Habets
With the Secure Shell Chrome app I can provide a `SSH server relay options` of something like: `--ssh-agent=hutaonesu` (ID of app providing the agent). This allows me to use a...
See https://github.com/ThomasHabets/arping/issues/36 I don't have a mac, but I suspect this could be a libnet issue picking a special system interface as if it's a normal network interface, when given...
Line 188 has this loop: ``` for (p_temp = l->protocol_blocks; p_temp->type == LIBNET_PBLOCK_IPV4_H || p_temp->type == LIBNET_PBLOCK_IPO_H; p_temp = p_temp->next) { libnet_pblock_insert_before(l, p_temp->ptag, p_data->ptag); break; } ``` I don't know...
The API docs would be easier to read if e.g. [Client.Fetch](https://pkg.go.dev/github.com/emersion/go-imap/client#Client.Fetch) took a write-only channel. Then it would be clear that it's an output.
I (Thomas) will probably not be doing this. I'm adding this issue in case someone else wants to take it on. It shouldn't be that much work. Arping 2.05 compiled...
See https://github.com/ThomasHabets/arping/issues/24
Transfer from old bugs database. Is this still relevant?