Michael Riesberg-Timmer

Results 9 issues of Michael Riesberg-Timmer

**Describe the bug** When using the `yaml.MarshalWithOptions` function combined with the `yaml.WithComment` option if there is an empty array on the same line as the key this will result in...

bug
encoder

I'm working on a Kubernetes controller and in my Reconcile loop I want to dynamically set some fields using information that can't be determined until I'm inside the Reconcile loop....

I'm attempting to transition our openresty images from Alpine to Debian currently. However, we have a single module, NAXSI, that we load into our image which we were historically adding...

When running `openapi2jsonschema.py` on a CRD that doesn't contain a versions key it will silently fail. I'm using the following as an example (referred to as `test.yml`) ```yaml apiVersion: example.k8s.io/v1beta1...

## Summary of Issue When I launch Neovim while I have lsp-zero configured I regularly get a segmentation fault on startup ```console $ zsh: segmentation fault nvim % ``` The...

I was looking into doing a wireless Corne build and yours seems to be the closest I've found to what I'd want to do. I was curious if after using...

I'm looking to install this module for openresty. I was curious if this project will ever build for the [openresty package manager](https://github.com/openresty/opm) opm. I see the archived version of naxsi...

## Feature Request #### Is your feature request related to a problem? Please describe. Currently the "version" key is hard coded for determining what version is present in `Chart.yaml` https://github.com/starship/starship/blob/1ea64dd02a72675eb01a1884232a2043b32105a6/src/modules/package.rs#L139...

✨ enhancement

# Background We ran into an issue recently where we noticed that a small percentage of our commits were leaking out our private token used to clone, pull, and push...