Results 13 issues of Demitri Swan

In both the tool and the site. I tend to prefer structs that use pointer values so I can check if the value was omitted.

``` env/bin/gitchangelog Changelog ========= (unreleased) ------------ - Changelog. [Demitri Swan] - Wip version bump. [Demitri Swan] - Initial patch release. [Demitri Swan] - Initial commit. [Demitri Swan] ``` ``` git...

doc

Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? 3.0.9 ### What version of Gocql are you using? v0.0.0-20190810123941-df4b9cc33030 ### What did...

bug

I'm interested in implementing support for setting disk and namespace quota from the client. https://github.com/spotify/snakebite/blob/master/snakebite/protobuf/ClientNamenodeProtocol_pb2.py#L2385-L2424 Is there anything I should consider before I get started on a PR?

The Counter and Histogram constructors return interfaces instead of pointers to structs. Now the constructor for Counter returns a Counter interface whose underlying type implements both Counter and ExemplarAdder and...

feature request
stale

Jenkins pipelines have become a household plugin for many organizations. The ability to automate the creation of pipeline views would be great. Unfortunately I could not find the appropriate hudson.model...

enhancement

https://github.com/savagegus/ansible-consul/blob/master/templates/consul.json.j2#L58-L60 I believe you'll need to set http to the client address in order for this to work?

Getting two errors: "unsupported parameter for module: become_user" "unsupported parameter for module: become" For the `add CONSUL_RPC_ADDR to .bashrc` task in install.yml. Removing them fixed the issue. Should I open...

``` Go package main import ( "fmt" "os" docopt "github.com/docopt/docopt-go" ) func main() { usage := `cprint Enhance terminal output without typing ANSI escape patterns Usage: cprint [--attr=] --color= ......

bug

**Code** ``` go package main import ( "fmt" "log" ps "github.com/mitchellh/go-ps" ) func main() { if p, err := ps.Processes(); err != nil { log.Fatal(err) } else { for _,...