Matt Lehman
Matt Lehman
msgpack2json: parse error: mpack_error_io (2) `msgpack2json -v msgpack2json version 0.6 MPack version 0.9dev -- https://github.com/ludocode/mpack RapidJSON version 1.0.2 -- http://rapidjson.org/ libb64 version 1.2.1 -- http://libb64.sourceforge.net/` I'm using GNU parallel with...
Just wondering if anyone else is interested in this? Seems like this playbook has a ton of downloads. It would be really nice to have a standard way of using...
PostgreSQL has a function encode(data, 'escape') where data is a bytea. https://www.postgresql.org/docs/9.4/functions-binarystring.html Currently when using athencli w/ the Athena JDBC the default output for VARBINARY is to convert to UTF8...
The README specifies a `get_cost` command. However there doesn't appear to be any examples, tests, or documentation on how to use this pseudo command.
``` ubuntu@ip-172-31-18-109:~$ sudo bpftrace tcpconnect-tp.bt tcpconnect-tp.bt:30:38-69: ERROR: ntop() expects an integer or array argument, got ctx printf("%-15s %-15s %-5d\n", ntop(args->family, args->saddr), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tcpconnect-tp.bt:31:13-44: ERROR: ntop() expects an integer or array...
``` terraform-inventory version '0.9' Terraform v0.12.10 + provider.aws v2.33.0 + provider.azurerm v1.35.0 + provider.digitalocean v1.9.1 + provider.google v2.17.0 + provider.linode v1.8.0 + provider.openstack v1.23.0 + provider.random v2.2.1 ``` AWS, Azure,...
I was thinking we might want to standardize all of our integrations when applicable toward following a similar approach to AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-precedence
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
PostgreSQL has a function `encode(data, 'escape')` where data is a bytea. https://www.postgresql.org/docs/9.4/functions-binarystring.html Currently when using sqlline w/ the Athena JDBC the default output for VARBINARY is to convert as hex....
Deferring entirely to something that generates secrets.json may be limiting the adoption rate of Tanka. It would be awesome if Tanka supported something like Vals to handle secrets. https://github.com/variantdev/vals.