Marcin Kielar

Results 19 issues of Marcin Kielar

# Actual behaviour Consider following `Dockerfile`: ```dockerfile FROM openresty/openresty:1.19.9.1-12-jammy-amd64 as base RUN apt-get update \ && apt-get install -y --no-install-recommends --only-upgrade \ dpkg \ dpkg-dev \ libldap-2.5-0 \ libxml2-dev \...

### Issue When a Dockerfile contains multiple targets, snyk fails to properly discover base image. ``` → snyk --version 1.842.0 (standalone) ``` ### Reproduce Take this Dockerfile: ```Dockerfile FROM python:3.9...

# Pre issue-raising checklist I have already (please mark the applicable with an `x`): * [x] Upgraded to the latest Pact Broker OR * [x] Checked the CHANGELOG to see...

### Context Currently, when configuring EMF Processor, we can only do this: ``` "logs": { "metrics_collected": { "prometheus": { "log_group_name": "myLogGroup", "prometheus_config_path": "env:PROMETHEUS_CONFIG_CONTENT", "emf_processor": { "metric_namespace": "prod/Namespace" "metric_declaration": [ {...

enhancement

I have single `preexec` and `precmd` functions defined. ``` preexec() { echo "preexec for $@" } precmd() { echo "precmd for $@" } ``` When I open new bash window,...

## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 5.0.206 Commit: 0cf287db1b Runtime Environment: OS Name: fedoraremixforwsl OS Version: 34 OS Platform: Linux RID: fedora.34-x64 Base...

Would you consider allowing Blueprints to extend each other? Would you consider allowing multiple inheritance of Blueprints? That would create an multi-level inheritance model where one could have a `Common`...

enhancement

This is an effect of #59. I have around 20 stacks that are currently ran within `parallel` Jenkins Pipieline. They have no cross-dependencies, so it's way faster to run them...

enhancement

*Title*: *Missing "x-amzn-trace-id" (and other trace ids) in response headers* *Description*: > This was originally reported against AWS AppMesh / Envoy for X-Ray integration (https://github.com/aws/aws-app-mesh-roadmap/issues/394), but further evaluation of the...

bug
area/tracing

I'm pretty new to Go, so I may not be able to explain it right, but I've noticed this: At some point in `pointers-and-errors.md`, you suggest to add some `fmt.Printf`s...