Song Gao
Song Gao
Thanks for the suggestion. Sorry the instructions are not clear. Did you know about https://github.com/keybase/client/blob/master/packaging/linux/run_keybase ? It's what's used by package manager installations.
Thanks for speaking up about your needs! Roadmap as a doc or GH milestone doesn’t exist yet. What we meant in that comment was we plan to implement it at...
@OJFord Hi Ollie! The `keybase-bin` on AUR is actually maintained by @oconnor663 , who is with Keybase. So please feel to use it! That's also what I use on my...
@OJFord I think one of the reasons is [it](https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/keybase) doesn't build KBFS binary at all. the Keybase Filesystem runs as a separate binary. On Linux/macOS, it's [`kbfsfuse`](https://github.com/keybase/kbfs/tree/master/kbfsfuse).
Is there anything in `golang.org/x/sys` that would benefit this library? `syscall` is in standard library, thus has backward compatibility guarantees. I'm not against migrating per se; I guess I'm just...
Thanks for the PR! This looks great. Would you mind adding some tests?
I'm saddened that you had a commit but only submitted an issue. If you had made a PR or pointed me to that commit earlier, I'd have either taken that...
Interesting. I don't have much experience with Windows. Could you further explain how DHCP mode would work? I assume one would need to listen for DHCP requests by reading from...
Sorry for the lack of response. You seem to have removed all the BSD syscalls, and the BSD portion of this PR is now basically a wrapper around `os.OpenFile`, which...
@soffokl That’d be fantastic. Thanks!