Travis Cline

Results 248 comments of Travis Cline

Even better would to only emit the scalars that are used in the proto in question.

Have you considered using opencensus to make this vendor agnostic?

Is there an opentelemetry equivalent for this issue?

> /cc @bogdandrutu > > We should also determine whether we want to apply the tags as attributes on spans. Has there been further discussion of this?

@jensneuse could you hint folks that may want to contribute this to where they might get started?

This could be huge for speeding up larger or more complicated builds.

FWIW I like the in-tiltfile option here as i think it's the most flexible

Hi Rob! Until V8 has direct support for interpreting that syntax I think you'll need a step in between the V8 context and that source. Thankfully we have the https://pkg.go.dev/github.com/evanw/esbuild/pkg/api...

This comment here points to various implementations of modules using the V8 api: https://stackoverflow.com/a/52031275/105456 I'm personally a bit skeptical we should add this type and amount of code to this...

I wonder if a 'contrib' style package that sits alongside v8go might be a nice place to experiment with these sorts of things without committing to a longer-term api.