Furkan Türkal
Furkan Türkal
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
``` $ git clone [email protected]:weaveworks/tf-controller.git $ cdd tf-controller $ make ./tools/bin/protoc --go_out=. --go_opt=Mrunner/runner.proto=runner/ --go-grpc_out=. --go-grpc_opt=Mrunner/runner.proto=runner/ runner/runner.proto bash: line 1: ./tools/bin/protoc: No such file or directory make: *** [gen-grpc] Error 127...
As title, it has: `replace github.com/weaveworks/tf-controller/api => ./api`, which breaks the installation: ``` $ go install -v github.com/weaveworks/tf-controller/cmd/tfctl@latest go: github.com/weaveworks/tf-controller/cmd/tfctl@latest (in github.com/weaveworks/[email protected]): The go.mod file for the module providing named...
[analyse_prometheus.go](https://github.com/grafana/mimir/blob/main/pkg/mimirtool/commands/analyse_prometheus.go) is not cleanly written and contains lots of duplicate logics. Also it does not have any resiliency and concurrency mechanism if we run against very large Prometheus instance. (it...
**Description** Minimal reproduce: * Set the `$BUILDPLATFORM` env to `arm/v7`. Happy-path test case: ``` FROM --platform=${BUILDPLATFORM} golang:1.16.3-alpine3.13 AS builder ``` * Unset the `$BUILDPLATFORM` env. Failing test case: ``` FROM...
This commit clarifies some installation strategies for newcomers. Signed-off-by: Furkan Issue #, if available: `-` *Description of changes:* * Fix an issue where `make install` was just trying to symlink...
Thanks for such awesome logos! - I wonder if the license allows one of the designs to be used as the logo of an open source project. If not allowed,...
Checklist: * [X] I've searched for similar issues and couldn't find anything matching * [X] I've discussed this feature in the #k8sgpt slack channel ## Is this feature request related...
It'd be great to have a SARIF output format to upload the results to GitHub. (i.e. with `github/codeql-action/upload-sarif` action) Blocked by #217
As a fresh end-user of osv-scanner tool, I noticed one of the improvement points (IMHO) of this tool is better _output reporing_. I'm proposing we should prioritize the _output_ topics....