Craig Peterson
Craig Peterson
The pull-up and down functionality is currently unimplemented in the generic host. I would really like this functionality to be available for rpi. My current workaround is using github.com/stianeikeland/go-rpio only...
I am trying to get simple gpio working on my rpi model B. From the `gopath/src/github.com/kidoman/embd/samples` directory I run `go build gpio.go` and `sudo ./gpio`. I get quick panic with...
[](https://reviewable.io/reviews/jwilder/docker-register/6)
We currently use multiple graphite backends. Would it be possible to support multiple graphite hosts? Something like `graphite-url http://aaaa:80,http://bbbb:8086`
This adds a "multi" provider that dynamically creates and selects dns providers to use on a domain-by-domain basis. I need this for our production setup because: 1. We need a...
Trying to reuse the maximum amount of code from the existing integration. The flow version simply adds hcl tags to the existing config type and invokes the integration directly. Http...
Our use-case is that we are using the built-in jsonnet functionality AND the [paths-changed extension](https://github.com/meltwater/drone-convert-pathschanged). The jsonnet is working well, but the second extension is never getting called. This allows...
We are using blackbox exporter as a library, in a kubernetes cluster, and some of our targets are specified by other teams, or even our customers. We would like to...
Just started thinking about this and wanted to write down notes for the future. One thing I think would be interesting for DNSControl to manage would be DNSSEC records. This...
I have the following js (`simple.js`): ``` /** * foo! * @category A */ function foo(){} /** * bar! * @category A */ function bar(){} /** * baz! * @category...