Gabriel Handford

Results 32 issues of Gabriel Handford

https://ci.appveyor.com/project/keybase/go-updater/build/1.0.52

https://gist.github.com/rjeczalik/6f01430e8554bf59b88e

This is a placeholder issue for doing this in the future: https://github.com/theupdateframework/tuf

enhancement

The error message returned from mount failure here can be "exit status 255": https://github.com/bazil/fuse/blob/master/fuse.go#L173 This isn't super helpful in identifying the mount problem. Perhaps it should pass along more context...

``` objc + (NSData *)secretBoxOpen:(NSData *)data key:(SecureData *)key { if (!data || [data length] < crypto_secretbox_noncebytes() || !key || [key length] != crypto_secretbox_keybytes()) return nil; // Split it into nonce...

When there is a problem encrypting or decrypting SecretBox returns nil. This is fine but it would be good to include an NSError out which lists why. For example, instead...

I added a CryptoPill podsec to CocoaPods/Specs so projects can do: `pod 'CyptoPill'` (see https://github.com/CocoaPods/Specs/blob/master/CryptoPill/1.0.1/CryptoPill.podspec) to include. However its using a branch of libsodium at https://github.com/mochtu/libsodium-ios which is on version...

Process names might be truncated on darwin, linux. This fork here which has the full process executable path, uses filepath.Base(..) to get the full name: https://github.com/keybase/go-ps