Ben Sigelman
Ben Sigelman
@noxiouz ah, that's great. I was looking at https://golang.org/pkg/database/sql/ and forgot it's still 1.7. In that case, `database/sql` SGTM. :)
@nothingmuch You're focusing on the needs of OpenTracing implementors, which is understandable because you're trying to implement the interfaces. :) That said, there are numerous places where we had to...
We could also export https://github.com/opentracing/opentracing-go/blob/master/gocontext.go#L48 ... though at that point one might be better off just calling `tracer.StartSpan(...)` directly.
@pavolloffay thanks for bringing this up, and especially for doing so on the spec repo... one of the frustrating things about discussing it, say, for Java on its own is...
btw, I have been talking with @tedsuo about this... should have a POC sketch "soon".
In general I think it makes sense to use the license that will minimize risk/friction for the given language's community. As a default, I like ASF2.0 because it is the...
@wu-sheng the Oracle vs Google thing is not really very relevant, I was just thinking out loud about how IP is not really a concern for pure APIs. Here's more...
Yeah, I would like to add OpenTracing to the authors. If it's kosher to remove Uber entirely, let's do that, too, since it's misleading at this point. Yuri, do you...
@cwe1ss he license headers are not _necessary_ (as I understand it) though are a best practice in some cases. I think the procedure is roughly as follows: 1. Create a...
@dankohn @eirinikos > I was under the impression that the OpenTracing community wanted to dual license as Apache 2.0 OR MIT. Somewhere along the line that was suggested as a...