Thomas Boerger
Thomas Boerger
@TobiasBales maybe it's even simpler to just download and install the scw deb package. For amd64: ``` wget https://github.com/scaleway/scaleway-cli/releases/download/v1.14/scw_1.14_amd64.deb dpkg -i scw_1.14_amd64.deb ``` For arm: ``` wget https://github.com/scaleway/scaleway-cli/releases/download/v1.14/scw_1.14_arm.deb dpkg -i...
As you are changing the views anyway you can directly use the new hash syntax `key: "value"`, and you should use double quotes instead of single quotes.
> Using chef calls while the propsal is still being modified > can cause delays that would cause the transaction to be delayed > so long that other workers get...
You know that it is bad behavior to use dashes instead of underscores for filenames in ruby?
Hound is not complaining anymore :)
You are right, this important part is really missing within the documentation. I got to take a look how this would fit best into it.
The snippet from @asger-noer works like a charm, would be great to get this fix included.
Generally this variable exist to reduce cardinality, but it could also get extended. This list of available labels is defined at https://github.com/promhippie/github_exporter/blob/master/pkg/config/config.go#L93 while the mapping is handled by https://github.com/promhippie/github_exporter/blob/master/pkg/store/types.go#L27. If...