Shaun Becker
Shaun Becker
I have an `Earthfile` that builds a container and then builds a helm chart and pushes it to a helm repository. Ideally, the push to the helm repository would only...
The types for `FormatHelper` (per [here](https://github.com/amzn/style-dictionary/blob/main/types/FormatHelpers.d.ts#L53)) are missing a reference to `minifyDictionary`, which is mentioned in the [docs](https://amzn.github.io/style-dictionary/#/formats?id=minifydictionary). This can cause warnings/errors for type-aware IDEs and compilers.

According to [this page](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables#formatting-content-within-your-table), a user should be able to specify table cell alignment. Unfortunately, [this CSS](https://github.com/pages-themes/tactile/blob/dd9cb8dff9d22cc689d6f61c6805b6c8b27fbe6d/_sass/jekyll-theme-tactile.scss#L233) causes table cells to **always** be center aligned. Is there a work-around that...
This PR fixes an issue when using the OpenTelemetry Hosting Extensions (i.e. `AddOpenTelemetryMetrics`) where metrics are not getting published. The metrics exporter is not looking for `IDeferredMeterProviderBuilder`, so the inner...
**What this PR does / why we need it**: Adds health check support for [Pulsar](https://pulsar.apache.org/) **Does this PR introduce a user-facing change?**: It adds a new package to support Pulsar...
**Describe the bug** If a `BadDataException` is thrown when accessing a record, it will cause the `CsvParser` instance to no longer be usable because [isProcessingField](https://github.com/JoshClose/CsvHelper/blob/master/src/CsvHelper/CsvParser.cs#L150) is not reset appropriately. This...
### What should we add or change to make your life better? There are a number of issues related to annotations and how that translates into route and cluster configuration....