Dave Rawks

Results 22 issues of Dave Rawks

I see that there has never been a merged PR and the last closed issue is over a year old. Some of the issues ask simple questions such as #9...

Using slots can potentially save memory as well as prevent arbitrary attribute packing into a dictlike object which has both attribute and hash key access methods. Really I think that...

Many rest API don't allow you to just pull down the entire contents of a large collection, they are paginated with offset and limit arguments. Can you please provide either...

Reading through the code I don't see anyway to set additional keyword arguments to passed to the client; since the HTTPRequest api takes something like 28 different keyword arguments this...

When using the `-vault-unwrap-token` option along with either providing a token in the `VAULT_TOKEN` environment variable or via the `-vault-token` command line option will result in the token attempting to...

bug

### Configuration vault-agent.hcl ```hcl vault { address = "https://vault.example.com:8200" client_key = "client.key" client_cert = "client.pem" } auto_auth { method "cert" { wrap_ttl = "5m" } sink "file" { config =...

bug
vault
hashicat-update-required

consul-template can already read the token from a file on disk and watch the path for changes, it seems natural to have consul-template also have the ability to delete the...

enhancement

After a few years of having not really watched this project I've recently found a place for it again in my architecture. Yet I've found that this, main project, lags...

In addition to the standard single update string protocol, the etsy (reference) implementation of stats supports appending multiple timer updates for a single metric as well as multiple different types...

As is referenced in #212 and #213 building from source requires bootstrapping with autotools. It is common practice for actual release artifacts be source tarballs that aren't simple a snapshot...

enhancement