Ricky Anderson

Results 5 issues of Ricky Anderson

Hi @nvie. First of all, I want to thank you for these amazing tools. Found this while in search for the CLI version of Magit's `git-spinoff`. That being said, I...

Hi! I've faced the issue where I'm storing password on subdomain, but not full FQDN. This PR enables choosing from subdomains, instead of just FQDN or registered domain. Example: URL:...

Hi! Thanks for your work! I stumbled on this tool because I wish to debug crashed distroless container, but unable to do so. To replicate this issue, I have tried...

Hi! My usecase for this is to have a default matching value for map's key. ```go tc := map[string][]string{ "test_key": {"aaa"}, "other_key": {}, "ignore": {}, } Expect(tc).To(HaveKeyWithValue("test_key", "aaa")) ``` Now,...

Hi, first of all I want to thank you for the package. It's truly amazing! I was skeptical at first, because it's twisted, but after dabbling with the devil, I...