Jon Chambers
Jon Chambers
# Fixes The Twilio API actually returns prices as strings, but the Java SDK represents them as `double` values. Generally, it's best to [avoid floating-point representations of monetary values](https://dzone.com/articles/never-use-float-and-double-for-monetary-calculatio), and...
When connecting to a statsd server via UDP, `StatsdMeterRegistry` will retry the connection attempt indefinitely and without delay if the connection cannot be established immediately. In a scenario where an...
The version of `sha256sum` that ships with macOS Sequoia appears to have a bug where it does not read from stdin by default, even though its `man` page says, in...
### Expected Behavior When tags are configured via the `micronaut.metrics.tags` property, the `MeterFilter` that applies those tags should be registered with the `MeterRegistry` before any `Meters`. ### Actual Behaviour When...
### What does this PR do? This pull request adds an option to FoundationDB integration instances to allow the check to make a writable copy of the cluster file before...
### What resources or data sources are affected? - datadog_api_key - datadog_application_key - datadog_service_account_application_key ### Feature Request Terraform recently introduced [ephemeral resources](https://developer.hashicorp.com/terraform/language/resources/ephemeral). In the introduction, they explain: > Managing infrastructure...
### What would you like to be added/changed? As [discussed in a separate thread](https://forums.foundationdb.org/t/additional-sidecar-containers-for-exporting-trace-logs-with-the-kubernetes-operator/4798), the phrasing of the documentation for `podTemplate` in `ProcessSettings` is a little confusing. It currently reads:...
### Issue description It seems like it should be possible to change the gRPC server executor from `TaskExecutors.IO` to something else (I'm specifically interested in getting it to use the...