Brian Warner

Results 159 comments of Brian Warner

Welcome.. I'm glad you find it useful! BTW, `wormhole tx` and `wormhole rx` are synonyms for `send` and `receive`, because I always forget how to spell `receive` at the last...

Not yet, but I'm hoping to add one eventually.

Huh. I think `ipaddress` is unusual in that it's batteries-included in the python3+ stdlib, whereas in python2 it is only available as a separate module. So some installation problems can...

Good questions.. let me see if I can remember what I was thinking when I wrote that :). Each hint (and ability) has an inline `type` field, which tells you...

No idea, `brew` works fine for me right now. Is it still happening? I know homebrew was a bit weird on M1 silicon for the first few months, but I...

For tab-completion, here's one idea: just after entering a code (on the `wormhole receive` side), if the user did *not* use tab-completion, print a reminder that it's available: ``` %...

> can "wormhole" keep local state about whether the user used "tab" in any of the last 10 times they've used "wormhole rx"? you could choose a different prompt based...

The reminder for tab-completion landed, so now this ticket is just about docs on the code format. I think we can kick that out to the next release.

cool, thanks for that list. Yeah, the unicity of nameplates is important, and probably more challenging to achieve with a distributed allocation process. It's easy to make them unique by...

Sure, please do, no permission needed :). Feel free to add a pointer here when you do. I don't know much about ArchLinux, is there a debian- or rpm- like...