Seth Pollack
Seth Pollack
fixes https://github.com/Shopify/sarama/issues/1985 usage would look like: ``` cfg.Net.SASL.Mechanism = sarama.SASLMechanism(sarama.SASLTypeAWSMSKIAM) cfg.Net.SASL.AWSMSKIAM = sarama.AWSMSKIAMConfig{ Region: "us-east-1", } ```
When should I use: ``` internal.config.kubernetes.io/generatorBehavior: merge internal.config.kubernetes.io/needsHashSuffix: enabled ``` vs ``` kustomize.config.k8s.io/behavior: merge kustomize.config.k8s.io/needs-hash: "true" ```
I am looking for project maintainers to help keep airborne up to date and bug-free while avoiding feature creep and maintaining backwards compatibility. Comment here if you would like to...
Im trying to use the Babel [require hook](https://babeljs.io/docs/using-babel/#require-hook) in my Gruntfile. Everything works fine until I try to use grunt-watch. Here is an example. ``` javascript module.exports = function(grunt) {...
adds the `initValue` option, which conditionally initializes pointers to structs only when there is a value to set.
Adds an option to ignore environment variable prefixes for certain keys, allowing some variables to be treated as global. This prevents the need to repeat the same variables with different...