Jesse Szwedko
Jesse Szwedko
Is there a way to fetch whatever the value is as an `interface{}` ("any") type? Essentially, something like: `func (v *Value) GetInterface(keys ..string) interface{}`. My use case is pulling out...
Is it possible to change the profile that `cargo deb` uses from `release`? We build packages in CI as part of some correctness tests and would like to improve their...
Previously silently ignoring this error causing it to halt in the middle of pagination. In our particular case, one of the keys required access to a KMS key for decryption.
Adds an `include` directive that operates similar to `load` but allows you to include other bats test files rather than just bash scripts which allows for a simple way to...
Hi all, I was trying out [`cargo nextest`](https://nexte.st/index.html) with https://github.com/vectordotdev/vector . I'd like to be able to run the criterion benchmarks as tests too, but ran into issues due to...
Thanks for this crate! I was just wondering what you thought about adding a mechanism to fetch the fully qualified domain name (similar to `hostname --fqdn`).
How do you feel about putting the mean response time as a key metric on the New Relic dashboard? It would be nice to be able to put alerting around...
Is there a reason this library depends on a fork of `go-metric`s? Would it be possible to contribute the 2 commits upstream? It would be nice to depend on the...
E.g. if you have a tag like "release/1234" and you use "git:short" as one of the tags in the Bobfile, docker-builder fails when trying to tag (couldn't track down what...