Dan Rollo
Dan Rollo
My git-foo failed me. I ended up merging this via command line: See: 68b294614a4900be5a6b4fb77eb8b63f2b821f23
Merged in: 68b294614a4900be5a6b4fb77eb8b63f2b821f23
Also unable to launch local circleci build using Rancher on MacOS with same error. This is a bigger problem now due to recent licensing to Docker Desktop (which prohibit use...
Looks like these licenses have moved, and are not being redirected. The new location appears to be below a `blog` folder: Old: https://opensource.org/licenses/Apache-2.0 should be: https://opensource.org/blog/license/apache-2-0
@ddowling Does this still occur when using Jake 3.0.1?
> What do you think about changing `Project` to `Dependency` because that might be clearer? Yes, I think that change might ease the cognitive load.
Just in case it helps: Have you tried invoking `nancy` with `-deps` instead of `list`? e.g. `go list -json -deps ./... | nancy sleuth [flags]` instead of `go list -m...
Could you verify if this is still an issue with the latest version of Nancy? I ask because the original report mentions it being fixed in a newer version.
There are a pile of issues, and I wish I had more time to hammer on them. Here's a few notes and some nasty workarounds I found recently. These are...
A PR for the RPM part is most welcome. I don't know how best to update the rpm .spec file to allow for java 8 or 11. Even a PR...