Tim
Tim
I would consider this a very optional feature, but still a nice to have. Loading a text preview (first 2-3 lines) of a linked article, if possible, or a small...
- YubiKey Manager (ykman) version: `ykman` `4.0.9` - How was it installed?: Homebrew - Operating system and version: macOS: `12.5` Python: `3.9.13` - YubiKey model and version: 5 BIO C...
Currently we push (and use) docker images for `radar` using the tag `git-{commit sha}` only. We should at least push tags with each git tag, and optionally use them.
The documentation and readme could use a major overhaul. Maybe we could get badges working while we're at it too?
https://goreleaser.com may be better than the crap I threw together.
We somehow seem to have left linting out of our process. It probably got dropped somewhere in the move. Re-add and switch references to `gometalinter` to `golangci-lint`.
Right now, global context is taken from: 1. Overrides (env vars, flags, etc.) 2. Ksync config file 3. Configured `kubectl` context In ascending order. We should separate out global context...
Currently `ksync` makes queries using the context specified in the config file (and attached to the spec) unless otherwise specified. When making non-spec related queries (and possibly all queries) `ksync`...
Add support for `aufs`. Investigate other drivers. Reference to #149
While we currently take in config values from the environment (https://github.com/vapor-ware/ksync/blob/master/pkg/cli/config.go#L39) we should be prefacing keys with `ksync` (or something similar) to avoid collisions. We should also be transforming `-`...