Jeff Burdges
Jeff Burdges
There is a relevant answer on SO here : http://stackoverflow.com/a/17042596/667457
There is no clean way to merge `agl/go-gtk` into `mattn/go-gtk` becuase Go lacks the conditional compliation directives needed to deal with significant variation in foreign libraries. Yet another reason Go...
Anyway, there is no garantee that `gopath\src\github.com\agl\go-gtk\example\demo` should build becuase @agl did not necessarily fix the demos when he ported `go-gtk` from GTK 2 to GTK 3. It does not...
Yup, looks good. Ideally, we should shange the instructions for more than just Tails users though, maybe an early comment refering to the links @caspear cited in https://github.com/agl/pond/issues/188 too.
In principle, one could create a "transact only" mode for pond in which pond retained only the user's public identity key, and maybe the private one too, but not their...
There was an effort to add a replies to outbox messages https://github.com/agl/pond/pull/126 It's not the same thing, but morally similar, and shows you how to do it if you want...
All those GTK error messages are typical for Ma OS X users, but apparently they disappeared from mine recently. I messed around with GTK about a month ago, and MacPorts...
Appears relevant : https://github.com/ricochet-im/ricochet/blob/master/protobuf.pri
I suspect this patch does not provide the information intended : Pond's next transaction might not send the message you've just "sent" either because you've multiple messages in the queue...
I suppose optimal `mmap` use cases even change depending upon whether your storage is backed by an HDD or an SSD or one of those new Intel flash things. It's...