Carlos Alexandro Becker

Results 859 comments of Carlos Alexandro Becker

I think it should be for OOS only. What's the point to commit everyday on private repos?

This looks good, was just about to dig into this myself. Thanks!

just verified here and it works, will open a pr

check #3116 to test I made a `cmd/main.go` with: ```go package main import ( // Import the blob packages we want to be able to open. _ "gocloud.dev/blob/azureblob" _ "gocloud.dev/blob/gcsblob"...

i was using v0.0.3, downgraded to v0.0.1, which was the one used on go-cloud v0.24

I don't really want to add all the cgo complication to goreleaser unless its something we really cannot avoid...

> If I am reading the bugs correctly, this works fine when you're actually compiling on Darwin; it fails when you are cross-compiling. Is that correct? that's likely related to...

> `go mod graph` shows Go CDK is pulling in this dependency from `github.com/Azure/[email protected]`. looking at the src of that lib, seems like it doesn't really use/need ieproxy v0.0.3 though......

Another thing: if you need to run elasticsearch, for, say, integration tests, it won't start as root. There may be other software with the same issues though.

not particularly interested in working on this right now, but might merge it if someone opens a pr.