Brian Bland

Results 5 comments of Brian Bland

Sure thing, I can help ensure that related projects, Hub, etc remain compatible.

It looks like this is caused by having `cgo` disabled. I was able to fix this issue by adding the `CGO_ENABLED=1` environment variable, like `CGO_ENABLED=1 brew install go-delve/delve/delve` Source: https://github.com/derekparker/delve/issues/790

@nikolay what is the output of that command?

@eiser82 @dvsekhvalnov have you tried the certificate fix here? https://github.com/go-delve/homebrew-delve/issues/19#issuecomment-330442033 You may need to do this to properly install the self-signed cert and then use `CGO_ENABLED=1 brew install go-delve/delve/delve` to...

Interestingly enough, our `Move` code will work correctly for the S3 driver for a file 5GB or smaller, but currently needs an update to move files greater than 5GB in...