Ilya Dmitrichenko

Results 181 comments of Ilya Dmitrichenko

> We could make `getRevision` return also the digestURL and pass that to all sequential functions. Exactly! I would also want to check how artifacts are stored as well, as...

@antonosmond I think there is an incidental case, perhaps we can say it happens to recognise resources that have an object at root, perhaps `apiVersion` and `kind` are inferred or...

@spiffcs thanks for looking into this! What if syft could just provide an optional collector for these files and store results in some additional field that a downstream tool can...

> Is it just trying to determine which package "owns" a file? @kzantow yes, in that particular case I wished I had some kind of a hint, instead I ended...

> ...we found is that the same files are referenced in multiple `.list` files, so there isn't a clear package owner of a file. Are you referring to directories, as...

When I've opened this issue, is some kind of automated test I could run to validate changes... In fact, I'd be quite happy with linter script of sorts too.

I would imagine that it should be possible to leverage `.git/hooks` to integrate with git UX, but these are up to the user to create and manage. What would be...

We have used a global service that bind-mounts docker socket and starts another container that way... A bit hack-y. On Wed, 20 Sep 2017, 7:08 pm jheidecker wrote: > +1...

Also, I find named flag more user friendly than lists of arguments with special syntax at some positions in those lists. Actually, I can see a bug in the current...

I can completely understand reason for the current design, and I do hugely appreciate the way it is, but I just though I might give a fresh view on how...