Alberto Cortés
Alberto Cortés
I have configured git to use SSH instead of HTTP when connecting to Github: ``` # in my ~/.gitconig [url "ssh://[email protected]/"] insteadOf = https://github.com/ ``` I use `gpg-agent` to remember...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/graceful/blob/master/CODE_OF_CONDUCT.md). -...
**Describe the bug** While using the transparent skin and clear background, the names of the xray elements are barely visible. **To Reproduce** 1. Configure k9s with skins/transparent.yaml 2. Open k9s...
### What version of GCI are you using? ; gci --version gci version 0.13.4 ### Feature Request Would it be possible to have a flag for a more strict matching...
The `go` tool ignores directories that begin with "." or "_", as directories named "testdata", (see [here](https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns), first occurrence of "ignored by the go tool"). It looks like controller-gen isn't...