Results 10 issues of Charles OConor

# 🐞 bug report ### Affected Rule `npm_package_bin` seems like it isn't pulling in transitive `npm` dependencies well `data`. I was assuming they should be coming from`ExternalNpmPackageInfo`. https://github.com/bazelbuild/rules_nodejs/blob/stable/internal/node/npm_package_bin.bzl#L38 ### Is...

Code written ``` @Resource private OrgInfoRepository orgInfoRepository; ``` is changed to ``` @Resource private OrgInfoRepository orgInfoRepository; ``` My assumption is that this happens since the line isn't long enough to...

Creating a check for dangling ingresses. I think it will fit in well with the other rules that already exist in this tool. Have been seeing these pop up from...

closes https://github.com/stackrox/kube-linter/issues/389

**System info:** - OS: linux **Describe the bug** Description of the problem/feature request Current implementation of template `dangling-hpa` only support v2beta1 of horizontalpodautoscaler. There are a couple versions now v1,...

There are checks for dangling services and network policy's. It would be great to have one for ingresses as well. Just ran into an issue in my setup where someone...

I was having some trouble pulling this library into bazel and wanted to share what worked for me. Gazelle doesn't seem to pick up the artifact files correctly, so had...

It would be great to publish a prebuilt version of this tool for mac, darwin, arm. The old intel macs are harder to get you're hands on these days. My...

Some build take longer than 10 minutes since this doesn't use the docker cache so larger images can be slow. ## PR Checklist Please check if your PR fulfills the...

## Summary The `GetHubFromContext` in the `github.com/getsentry/sentry-go` package isn't compatible with the `GetHubFromContext` from `github.com/getsentry/sentry-go/gin` since they both use a different value when putting the `Hub` into their respective contexts....

Type: Improvement
Status: Backlog