Derek Lewis

Results 8 comments of Derek Lewis

I'd love to see this fixed too, as it conflicts with our desire to normally run as a low-privilege user, and use `assume-role` to get write-access to the repository. I...

edit: failure was a different cause, related to the PR being tested.

Still really interested in this. Any update?

Is there anything I can do to help make this happen?

I'll submit a PR if I get a chance to try this before you. :)

Wow, that's gnarly one. While looking at the code to fix issue 15, did you see all the stuff around `model` vs `originalModel`? The `originalModel` is the representation of the...

I've realized recently that with only the `model`, redundant dependencies are already removed, so there's no way to find them without resorting to the `originalModel`. This means we do still...

This is actually something idcmp and I discussed elsewhere, that I asked him to raise as an issue here. I'll explain the reasoning. In a pom-type Maven project, that is...