John Engelman

Results 16 issues of John Engelman

From: https://github.com/hashicorp/vault/issues/1932 It appears that go-metrics doesn't handle a disconnect of the statsd server, particularly if the address changes. We are running a telegraf agent with a statsd listener and...

This allows the call to dispatch to the extension configured as the delegate first. By default, this is OWNER_FIRST, so the call is being dipatched to the Gradle project instead...

The `compareTo` method is intended to allow integrations to control ordering with respect to other integrations, however the use of `Stream.sort()` (https://github.com/reactor/BlockHound/blob/master/agent/src/main/java/reactor/blockhound/BlockHound.java#L93) results in the `compareTo()` method not being called...

Was looking for a definitive example of using asciidoctorj and bespoke.js together in a Gradle build.

The Label Schema properties encode `vcs-ref` and `vcs-url` which gives you the drone build and commit that created the container, but it lacks the build number. Label Schema doesn't have...

Currently, on the instance of a cache-miss, npm_lazy attempts to fetch from registry.npmjs.org. It would be nice if we could configure the GET to retrieve from a different upstream URL...

This project started 12 years ago (https://github.com/johnrengelman/shadow/commit/eb773b14cc47154291bbfe9e40be5f56c7d54824) as a way for me to address CI/CD tooling for developer teams when I was consulting. It has had a long run and...

Similar to: https://github.com/johnrengelman/shadow/issues/62 In general any of the Shadow specific transformations are not currently being exposed to Gradle's UP-TO-DATE checking. Need a more robust way to track this info. First...

bug

``` shadowJar { from configurations.reflectasmshade baseName = 'kryo-shaded' classifier = '' dependencies { exclude libraries.pom, libraries.compile //where each is a List } } ``` this would force String arguments to...

enhancement