Jaana Dogan
Jaana Dogan
``` go2xcode golang.org/x/mobile/exp/sensor/example # runtime/cgo exec: "clang": executable file not found in $PATH panic: exit status 2 goroutine 1 [running]: main.main() /Users/jbd/src/github.com/rakyll/go2xcode/main.go:72 +0xbf1 ```
The `Debug` configuration should set the lldb build tag to make it possible to have Go stack traces.
I wanted to implement it, but I'm not sure what would be the best approach. Why not returning a list of all objects after each connection/disconnection event? If this is...
goreturns do not ignore the build tags, and causing editor plugins to skip formatting the Go files under a build tag (https://github.com/Microsoft/vscode-go/issues/877). goreturns is an editing tool and should always...
I am a termui user and my termbox.Init is failing with the following error: ``` termbox: error while reading terminfo data: EOF ``` The EOF is coming from ti_read_string where...
We would like to enforce formatting for enum values in semantic conventions. (See https://github.com/open-telemetry/opentelemetry-specification/issues/1519 for more details.) In order to enforce the requirements of only allowing lower case characters and...
As someone who is only doing work for the OpenTelemetry collector, it'd be great to be able to run the tests only against Otel. Currently, I comment out the rest...