Gary Coady
Gary Coady
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
I'm interested in this being interoperable with Honeycomb (Beeline) integrations for other languages, and wanted to check if this was of interest: Historically Honeycomb used an `X-Honeycomb-Trace` header, encoding trace...
Whether through passing in your own nixpkgs, sources.json, or otherwise, it would be nice to be able to influence the versions of tooling chosen, without having to fork the project....
Some comments on methods in ECKFTag: `buildPrivateKeyFromPoint`/`unsafeBuildPrivateKeyFromPoint` delegate to `java.security.spec.ECPrivateKeySpec`, and the parameter passed is "the private value S". This is a secret value, not a point, so the method...
If sensitive parameters (e.g. GitHub access token) is passed by environment variable, then the help page includes this information as a "default" value. Sensitive values should not be exposed here,...
*Description*: When the gcp_authn plugin is configured for a route, it should set the appropriate Authorization header to allow connections to be made to the backend (e.g. Cloud Run). The...
Opencensus supports a local store with samples of calls to various endpoints. It can be enabled with a request like ```scala Tracing.getExportComponent .getSampledSpanStore .registerSpanNamesForCollection(List("/path").asJava)) ``` This can be viewed with...
Hi, would you be interested in code to make it easier to work with tagless-final style FP programming, and with cats-effect (FP effect monad)? The current tracing API is designed...
**Describe the bug** Sources and outputs are used as inputs to "globwalk", which does a recursive search for files matching the string. There doesn't seem to be a way to...
When rtx tries to check latest tool versions (and perhaps other situations), it may panic after a timeout in update. ``` [WARN] rtx::toolset::tool_version_list: failed to resolve tool version: timed out:...