Alex Atkinson
Alex Atkinson
@ms-spown , this might be what you need. lb_https_ports ultimately maps to 'https_ports' in cn-terraform/ecs-alb/aws, which defaults to "HTTPS" for the proto if 'target_group_proto' isn't provided. Note that while that...
I've found that environment variables cannot be evaluated by this plugin. This check to see if an envar is set fails: ```sls custom: serverlessIfElse: - If: '"${env:CI_NAME}" != ""' Set:...
Either this is a bug in the docker daemon, or the documentation incorrectly asserts negative matching is possible. There are few mentions of negative matching in the docs, and there's...
Multi-monitor support is a hard requirement. Please add this. No, the extension is not a suitable solution.
Tyvm. That is appreciated. Note that supplying 1000 still results in the first page returning ~300, the next 80, 10, ... 0, 0....20, etc. It's very odd. I'd be interested...
Hello. I'm experiencing the same issue. Launching mysql:8.* works great, but mysql:5.7.* causes immediate 100% memory consumption (htop), and results in the following in /var/log/messages: ``` 2022-06-06T17:23:24.094275-04:00 laptop kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=user.slice,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-xxx.scope,task=mysqld,pid=38421,uid=0...
Flushing all the docker components and reinstalling resolved the issue. (new containerd version released 22h ago) ``` sudo dnf remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \...
100% Agree. Alternatively this could be implemented in the shellcheck control notation along side `# shellcheck disable...`. Thanks for the great utility. Keep it up!