Justen Stall

Results 11 issues of Justen Stall

Working on support for Helm Chart archives (`-.tgz` files) for dependency values. Use case: attempting to use helm-docs in CI pipelines, and the only way I can get it to...

Along the same lines as #124, the [github.com/yuin/goldmark-emoji/definition](https://github.com/yuin/goldmark-emoji) dependency is listed as 14MB by [goweight](https://github.com/jondot/goweight). I did some tests on a project using glamour: - Removing glamour entirely dropped the...

#73 changed (fixed) the behavior of `ignoreTypes` so that they are actually excluded from the output. I was previously using the `ignoreTypes` list to ignore types that are only embedded...

enhancement

The current headers in the markdown template are not guaranteed to be unique since they do not include the version. For my use case I have multiple versions of a...

enhancement

### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

in progress

### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

help wanted
features

Allow custom markers to have a value like kubebuilder markers. ```go type Config struct { // +kubebuilder:default=25 MaxOpenConns int `json:"maxOpenConns,omitempty"` } ``` Motivation is to define an `env` custom marker...

**Describe the solution you'd like** I would like to generate methods on an existing type so the type implements an interface I am defining. ```go type MyObject struct { Name...

feature

This PR adds `omitempty` and `omitzero` to the JSON struct tags for any fields that are not required according to the AsyncAPI specification. Some fields required the newer `omitzero` tag...

Addresses #1969 - Adds MarshalJSON method to KeyValueOp - Adds KeyValueEntryInfo struct type - Adds ToKeyValueEntryInfo function - Adds MarshalJSON method to KeyValueEntry