Thayne McCombs

Results 329 comments of Thayne McCombs

`get_occurences` would be fine with me.

I get the same error with my defualt kubernetes provider configured as follows: ```terraform provider "kubernetes" { host = data.aws_eks_cluster.cluster.endpoint cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority[0].data) token = data.aws_eks_cluster_auth.cluster.token } ``` and the...

It is also somewhat problematic because the ip to name mapping must be know at startup time. The reason we use ip addresses instead of a domain name is so...

With the improvements around distinguishing ambiguous keys in the 0.7 release, how much would need to be done to support the first level of the kitty keyboard protocol ("disambiguate escape...

Could neovim just ignore modifiers it doesn't recognize?

which previous version did it work in?

Are you suggesting having a way to derive `CommandFactory` without deriving `FromArgMatches`? I could see there being cases where that might be useful, but that removes a lot of the...

This might actually make it slower though, by having additional jobs. Some other things we might be able to do: 1. Use my first commit on this branch so that...