jun
jun
In case below. yamls/ |- foo `- bar ``` # foo this is {{.foo}}. # bar this is {{.bar}}. # setting.yml foo: FOO bar: BAR ``` ``` $ gotpl yamls/*...
About the how-to in Readme. I thought that it would be better to include the procedure of deleting the old HPA. https://github.com/stefanprodan/k8s-prom-hpa#auto-scaling-based-on-custom-metrics ```md Deploy the podinfo HPA in the default...
In the following code, useMasterKey () always returns false, so cloud function cannot be used with master key. https://github.com/kylemcc/parse/blob/428efbfdaa1d8231e9b7c159f7d3c630e7c5b682/session.go#L187 ```go func (s *loginRequestT) useMasterKey() bool { return false } ```
Hi, It seems that the defaultClient is present in the `parse` package as a singleton. https://github.com/kylemcc/parse/blob/master/rest.go#L75 ```go var defaultClient *clientT // Initialize the parse library with your API keys func...
### Versions scss-lint version: 0.38.0 OS: Mac OSX High Sierra IDEA product and version: GoLand 2017.3 ### Description scss inspections are not showed.  ### Steps to Reproduce 1. install...