David O'Rourke
David O'Rourke
Hiding the state refresh from the `terraform` output would be a welcome addition. We get confused users asking what it means all of the time, worried that their infrastructure has...
Not stale, still relevant.
Previously (before 0.57.x) I was signing requests for API Gateway as follows: ```rust // Sign a given HTTP request. Signs the request in place. // Returning the Signature here is...
I've actually figured this out now. I'm not sure which version I was looking at before, but when I returned a few days later, it was fairly obvious what I...
I believe I have this issue on Linux (amd64) too with Terraform 1.4.6. Terraform will scan my plugin-cache, find appropriate versions of the (in this case) AWS provider, and proceed...
Just upgraded my Helm charts, expecting the CRDs to be upgraded if `crds.enabled` was `true`. This didn't happen.
If you haven't seen it (I didn't see it mentioned in search results of this repo), there's also [Cirrus CI](https://cirrus-ci.org/) which has native support for FreeBSD runners and is [free...
I think `irssi` isn't able to reap child processes in Capsicum mode. After performing `/capsicum enter`, I went and messaged myself with a few `/exec -out freebsd-version` commands. Besides not...
Apologies, for the lack of a merge for so long on this. Would you be able to rebase this against the current master and I'll merge it after that. Tests...
Some of what a ConstMetric counter would be used for can probably be covered by https://github.com/pingcap/rust-prometheus/pull/261 now (eg. your exporter code could `reset` to `0`, `inc_by` counter to intended value),...