mconigliaro
mconigliaro
I ran into this issue while trying to disable outbound email scanning for authenticated users in rspamd. Without the inner `default` block, the `symbols_enabled = []` line doesn't seem to...
I have a global config (`~/.kitchen/config.yml`) like this: ``` platforms: - name: aws driver: name: ec2 aws_access_key_id: aws_secret_access_key: aws_ssh_key_id: mike ssh_key: /.ssh/mike.pem region: availability_zone: a flavor_id: t2.micro image_id: ami-6889d200 username:...
The image version in [setup-snapshot-controller.yaml](https://github.com/kubernetes-csi/external-snapshotter/blob/master/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml) (e.g. `v5.0.1`) is out of sync with what's available in the [repository](gcr.io/k8s-staging-sig-storage/snapshot-controller) (e.g `v6.0.1`).
This is valid now: ``` ul { list-style-type: "★"; } ``` See: https://drafts.csswg.org/css-lists/#text-markers
It looks like it just hides everything, even when I ask it to delete.
### Bug report info ```plain text act version: 0.2.52 GOOS: darwin GOARCH: amd64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is not set Sockets found: $HOME/.docker/run/docker.sock Config files: /Users/mike-conigliaro/.actrc: -P...
### Description https://aws.amazon.com/compliance/fips/
``` %W{ #{foo['bar']} }.each { |obj| puts obj } ``` ``` # Problems: # 1. # * position: 3:8 # * property: spaces_after_lbracket # * message: Line has 1 space(s)...
I enable the profiler and this happens: ``` Traceback (most recent call last): File "/Users/mike/Developer/other/test/test-flask/.venv/lib/python3.12/site-packages/flask/app.py", line 1498, in __call__ return self.wsgi_app(environ, start_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/mike/Developer/other/test/test-flask/.venv/lib/python3.12/site-packages/flask/app.py", line 1476, in wsgi_app response...
### Terraform Version Terraform v0.11.7 + provider.aws v1.15.0 + provider.template v1.0.0 ### Affected Resource(s) - aws_db_instance I have a module that wraps `aws_db_instance`, and inside that module, I have: final_snapshot_identifier...