Brandon Vincent
Brandon Vincent
`greenlight.step/lookup` does not allow any inputs to be omitted, so the typical workaround is to do something like the following, which hurts test understandability (step depends on more than just...
`read-secret` allows you to pass extra request options as the `:request-opts` key. For example, with an AWS secrets engine, you could pass `:request-opts {:query-params {:ttl ,,,}}` to in order to...
**Issue Type:** Bug report / question Given that linkerd 1.x is in maintenance mode, I'm not sure how likely a bug fix is. At minimum this issue can help get...
vim-fireplace 2.0 has a different API for interacting with the fireplace engine and eval'ing code, so a few updates are needed to vim-clojure-highlight to continue working. https://github.com/tpope/vim-fireplace/tags
## Summary of issue After restarting the GoCD server, the cluster status report is unable to render. `security_token` and `kubernetes_cluster_ca_cert` attributes on the cluster profile seem to be returned from...
## Description This implements agent reuse following the approach outlined in these comments: https://github.com/gocd/kubernetes-elastic-agents/issues/53#issuecomment-1399398498 https://github.com/gocd/kubernetes-elastic-agents/issues/53#issuecomment-1406967391. Resolves https://github.com/gocd/kubernetes-elastic-agents/issues/53 Cluster profile has an option to enable agent reuse, defaulting to false:  and [HADOOP-19733](https://issues.apache.org/jira/browse/HADOOP-19733) before it. With `fs.s3a.classloader.isolation` set to `false` in a Spark application, it was still impossible to load a credentials provider class...
`lein monolith each :parallel ` processes projects in dependency order, which is good (required) for some tasks such as `install`, though for other tasks (such as unit tests, or doc...
With this PR, the `:json` formatter now handles objects that aren't JSON serializable by calling `clojure.core/str` on them and writing the resulting string. Previously, these values would cause the event...