Shaun Becker

Results 18 issues of 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...

type:bug

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.

bug
typescript

![image](https://user-images.githubusercontent.com/125765/150433793-8860a898-6073-4ee4-a551-7ff9d56ac522.png)

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...

customer-reported
Community Contribution

**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...

github_actions
docs

**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...

bug

### 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....

Type: Idea
Kubernetes Ingress Controller