Marcin Kielar

Results 32 comments of Marcin Kielar

I don't know ruby well enough to propose a fix, but it seems to me that this is the code that generates the original query: https://github.com/pact-foundation/pact_broker/blob/83cd5c5fe0c6bbe30a2dd041ce1cb8213a9cbebe/lib/pact_broker/domain/verification.rb#L48-L51 The name of the...

For reference: execution plans from our db (as I cannot share the contents of the db, but can at least share this): - The original query (with `LEFT JOIN`): ```...

Hi, @mefellows. Enabling automated cleanup is my plan for today, as a matter of fact I did mention doing it in the ticket. However, I'm wondering if you could advise...

Hi, sorry for late reply. Here are the answers: > > Since we're having a scheduled process of verifying these contracts every 15 minutes > > Can you explain more...

Having the same with running python scripts with terraform `1.1.5` and shell `1.17.10`, except there's no diff presented at all: ```hcl # module.hello-world-service.module.vg_route_alb["tools"].shell_script.gateway_route has changed ~ resource "shell_script" "gateway_route" {...

Proposed syntax: ``` "logs": { "metrics_collected": { "prometheus": { "log_group_name": "myLogGroup", "prometheus_config_path": "env:PROMETHEUS_CONFIG_CONTENT", "emf_processor": { "metric_namespace": "prod/Namespace", //

So, I did a little digging, and it seems this issue is related to this code fragment: https://github.com/OmniSharp/omnisharp-vscode/blob/5e48576134ef9b16226dcd9db400088f99e8a7de/src/common.ts#L95-L97 When the omnisharp first initializes, it opens a VS Code Terminal (which...

Hi, what I deploy is more or less: - SNS Topics & Subscriptions - IAM Policies & EC2 InstanceProfile - S3 Buckets - Lambda Functions - ECS Cluster + ECS...

I'll give it a try with yaml tags, however they seem to have different merging model to what python does with dicts (see [here][1] - haven't tried that yet, so...

Few more things to consider: 1. In a typical scenario we host our ECS/AppMesh Services behind an AWS API Gateway. In this case, it's the API Gateway that initiates the...