Ilya Dmitrichenko
Ilya Dmitrichenko
We have a bunch of infra provisioning code and I don't see a good reason to maintain it. It might have made sense when it was written, but the landscape...
If I read e.g. a JSON file as input, or some `-p` variables, what is the best way for me to validate what I have and produce meaningful errors to...
I can see a link to [the blog post](https://damien.lespiau.name/posts/2019-06-12-jk-configuration-as-code/) appears in the readme, but is nowhere to be seen on the website. It certainly deserves to be linked from the...
**What would you like to be added**: Currently file metdata includes persmissions and ownership, however extended attrbiutes are not included. **Why is this needed**: Extended attributes can be crucial in...
**What would you like to be added**: Currently syft parses only `.md5sums` and `.conffiles`. There are also `.list` files which appear to track more files. Here is an example: ```...
I just thought it might be useful for folks to be know that the kspan trace IDs are currently not compatible with AWS XRay: https://github.com/open-telemetry/opentelemetry-collector-contrib/discussions/5257#discussioncomment-1343360
The output of `go-bindata` changes occasionally. If a project using `go-bindata` run it on every build and checks in the output files, they have to ensure all contributors use the...
Layer cache is great, but at times it's not smart enough or non-transparent in how it decided to rebuild something and there is only certain depth we can go into...
Google Cloud Builder would be a good candidate for fully-remote builder/executor implementation, it supports async and parallel modes, but it's probably easier to start with a serial implementation. I'm still...
It would be great to be able to check linkage. It's currently possible with `commandTests`, but only if `ldd` is present (often not the case for minimal images) and it...