Eric Miller
Eric Miller
Simple replication: `assume --exec 'vi test.txt'` Solution doesn't appear to be trivial, but I think it would be good to (at least have an option to) use it with a...
Partially fixes issue #129. Scope limited to zsh. This script is crude, and has several shortcomings, but the solutions are nontrivial and it should work as-is. I previously implemented this...
--exec has some pretty heavy limitations. Looking at the code, it seems that it parses the string as an entire arg, then splits using ` ` as the delimiter and...
It would be nice to support a `--browser` CLI flag (e.g `--browser Firefox`) to override the default browser set. This occurred to me because I am having issues in FireFox...
**Is your feature request related to a problem?** I would like the ability to set global, overrideable default tags for Ingresses. i.e., "by default it should have this tag, but...
This is a rough draft to enable access control flags. I am not very familiar with the Keychain API, nor Swift/Go integration, so this implementation is likely flawed. 1. I...
Add the ability to display messages to granted users, so that registry owners can notify users of changes or updates. This may have a few modes: * Durable: Display every...
### Problem Statement I would like to write a policy to inject NodeSelectorTerms by default, based on the architectures available for a given image. For example: ``` $ crane manifest...
This allows for confiugring the base image of the Dockerfile with custom input, while preserving previous behavior.