Geert-Johan Riemer

Results 57 issues of Geert-Johan Riemer

I noticed that the `LICENSE` file is not complete, at [line 190](https://github.com/aerospike/aerospike-client-go/blob/master/LICENSE#L190) it sais: `Copyright [yyyy] [name of copyright owner]`. Aside from that, I think it would be nice to...

question

In #43 @inconshreveable wrote: > A separate conversation should probably go into whether the ext package even makes sense and should continue to exist in v3. Until recently I thought...

One thing I miss in log15 is a good way to redact/censor information from the logs. From https://godoc.org/github.com/op/go-logging#Redactor ``` type Redactor interface { Redacted() interface{} } ``` "Redactor is an...

Fixes #42

_This issue originates from #44 where an external dependency (go-loggly) did buffering of log messages._ One of the key features of log15 is the way Handlers connect and create a...

Hi, I the `TF_KEY_NAME` override in the source, which is very useful because some servers are only accessable on their private_ip. Should `TF_KEY_NAME` be documented? And will it stay supported?...

help wanted

When executing `go get github.com/akarki15/dbdot/cmd`, a binary named `cmd` is placed in GOBIN. A user would then have to rename the file to `dbdot`. I suggest to move the main.go...

good first issue

When running dbdot, it will only output tables in the `default` schema. Using whitelist to access tables in the non-default schema doesn't work either: ``` $ dbdot -dbname=ipp -user=geertjohan -W...

I would like to add my custom prompt as option in prezto. [![asciicast](https://asciinema.org/a/e3n2bvd2j0acgpo6nj521mjtn.png)](https://asciinema.org/a/e3n2bvd2j0acgpo6nj521mjtn?autoplay=1) This is my custom prompt. It uses three lines to display some information. - The first line...

Theme

## Bug Report **What version of Kubernetes are you using?** v1.21.6+k3s1 **What version of TiDB Operator are you using?** 1.3.8 **What did you do?** I `kubectl apply`'d a TidbCluster manifest...

type/bug