Yuliia Kostrikova
Yuliia Kostrikova
Hi! I've got the same issue: ``` git version 2.24.3 (Apple Git-128) MacOs BigSur 11.1 git-crypt 0.6.0 pre-commit 2.11.1 ``` ``` pre-commit run --show-diff-on-failure terraform_validate [WARNING] Unstaged files detected. [INFO]...
it solved for me as it turned out there were a couple of empty files. I took a look inside **/Users/yulia/.cache/pre-commit/pre-commit.log** and noticed that 1 commit ago I committed 2...
here is solution `new webpack.IgnorePlugin(/\.\/locale$/)`
Have same issue on version ~> 3.5.2 Terraform v1.2.9 **same for v1.3.3** on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v4.36.1 + provider registry.terraform.io/newrelic/newrelic v3.5.2 ``` odule.alerts.module.production_conditions.newrelic_nrql_alert_condition.alerts["heathy_hosts_in_target_group"]: Creating... ╷ │ Error: Provider produced...
@snth use `journalctl -u docker` to find relevant message =)
the issue with TLS reproduced again if i remove TLS from /etc/docker/daemon.json it works fine docker engine:18.09.1 docker engine:18.06.0 linux: bionic https://github.com/moby/moby/issues/22339#issuecomment-462408990
@hatched-DavidMichon did you solve this issue?
@bborysenko it seems it's OK formula but output format is not: **PU usage is at 196m%.** the correct one is: **CPU usage is at {{ $value | printf "%.2f" }}%**
same issue `terragrunt version v0.38.12`
Hello! I tried to build on FROM php:7.3-fpm and got an error below: ``` /usr/src/php/ext/pinba/pinba.c: In function 'zif_pinba_timer_start': /usr/src/php/ext/pinba/pinba.c:1295:19: error: lvalue required as increment operand GC_REFCOUNT(rsrc)++; ^~ /usr/src/php/ext/pinba/pinba.c: In function...