Maciej Sieczka
Maciej Sieczka
1. https://github.com/FeatherCoin/Feathercoin/releases/download/v0.19.1/SHA256SUMS.asc doesn't contain a hash for https://github.com/FeatherCoin/Feathercoin/releases/download/v0.19.1/feathercoin-0.19.1-x86_64-linux-gnu.tar.gz 2. https://github.com/FeatherCoin/Feathercoin/releases/download/v0.19.1/feathercoin-0.19.1-x86_64-linux-gnu.tar.gz and https://github.com/FeatherCoin/Feathercoin/releases/download/v0.19.1/feathercoin-0.19.1-linux64.tar.gz differ. Which one is actually the x86_64 Linux binary and why publish both? 3. Hashes for the source...
My use case: - A user `someone` is added to a GCP Cloud SQL PostgreSQL instance using sql-db module's `additional_users` [1] (or `sql_user` resource [2]). - Such user is automatically...
Google's Cloud SQL allows adding users of `type = "CLOUD_IAM_USER"` and `type = CLOUD_IAM_SERVICE_ACCOUNT` using an IAM principal's email. See [1], [2]. IAM Cloud users can log on to a...
``` kpt version 1.0.0-beta.47 ``` Going through the tutorial step by step all is ok until command `kpt fn render` in [Declaratively Defining Edits](https://kpt.dev/book/01-getting-started/02-quickstart?id=declaratively-defining-edits): ``` Package "nginx": [RUNNING] "gcr.io/kpt-fn/set-labels:v0.1" [PASS]...
 ### Country Chile, Ecuador, Colombia ### Domain Deaths ### Which data is inaccurate or missing? Please refer to https://ourworldindata.org/explorers/coronavirus-data-explorer?facet=none&Metric=Confirmed+deaths&Interval=7-day+rolling+average&Relative+to+Population=false&Color+by+test+positivity=false&country=ECU~CHL~COL (screenshot attached). On that chart, the covid death count for...
The contents of `/usr/src/wordpress/.htaccess` in `wordpress:latest` (`6.1.1-php8.0-apache` as of writing this) are the following: ``` $ docker run -ti --entrypoint '' wordpress:latest cat /usr/src/wordpress/.htaccess # BEGIN WordPress RewriteEngine On RewriteRule...