Eron Wright

Results 245 comments of Eron Wright

One aspect that I've found lacking is the documentation about how to setup Jaeger to work with opentelemetry clients. The Jaeger documentation makes mention of using the OpenTracing bridge, but...

One limitation of `dep` that has me looking at glide again is golang/dep#1124; constraints aren't applied transitively, leading to much duplication in the top-level manifest.

I like this, but why open a homebrew PR for a snapshot? Please explain how that would be useful, otherwise it would just be noise.

I would be happy to work on this, if nobody comes up with a reason that it wouldn't work. Thanks for the input.

Sorry to say (in case anyone else would like to work on this), I don't have time to work on this feature.

@nmittler what is the feature status of this label, `Beta`? Someone else could maybe pick up this issue.

As an alternative, could you use a Helm `requirements.yaml` file? In other words, use chart dependencies. Your inline chart may simply be empty, and you could leverage conditional flags (which...

Using a `Pod` to execute `pulumi up` may unlock some interesting capabilities. Some example: 1. mounting of stack-specific volumes to act as an alternate source for the program sources, program...

One detail to look at is the `managedFields` annotation; is there a field manager associated with the added annotation? The alpha provider uses server-side apply, and should be considering only...

I use `rsync` as a workaround to vastly improve upload performance. This build script uses the application plugin to produce a distribution which is then uploaded to the server. The...