Tommy Li

Results 7 issues of Tommy Li

hello! I see a very common stumbling block where people deploy Vault behind a reverse proxy that rejects invalid HTTP methods, which causes confusing errors in the list_secrets API. See...

Hi do you plan to start releasing arm64 binaries? My org is starting to experiment with Postgres on AWS's graviton2 instances, and would like to stop compiling wal-g ourselves. Thanks!

The postgres log handler will call `abort()` if it sees a `PANIC` level log and will call `exit()` if it sees a `FATAL` level log. So if `pglogical.conflict_log_level` is set...

https://github.com/JBKahn/django-sharding/blob/master/docs/installation/Settings.md

**Elasticsearch version** (`bin/elasticsearch --version`): 7.6.1 **`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 7.5.1 **Description of the problem including expected versus actual behavior**: The scan() helper function only logs the number of successful vs failed...

Hello, this is a follow-up to https://github.com/cyrilgdn/terraform-provider-postgresql/pull/307/files The regex to extract the function attributes relies on `pg_get_functiondef` to return the attributes in a specific order of `IMMUTABLE/STABLE`, then `PARALLEL SAFE/RESTRICTED`,...

The stackdriver-exporter images only support `linux/amd64`. Would you be able to start releasing images that also support `linux/arm64` and `linux/arm/v7`?