Furkan Türkal
Furkan Türkal
Just thinking about how TUI mode would fit in this project. We can do some operations on the TUI as such: jump, delete, sync, fetch, copy path, rename, move, etc....
I was tring on the latest commit, which is ea67a190b17cfacdbf246799d56b4632215d7046 ``` kind version 0.11.1 Bats 1.3.0 gatekeeper-3.4.0 kubectl 1.19 (c) - 1.21 (s) ``` But it seems this commit have...
Hey, This extension is awesome. But does not meet some privacy requirements. In [this extension](https://addons.mozilla.org/en-US/firefox/addon/uaswitcher), there is an option that called _random mode_, which is great. It definitely has to...
**TL;DR:** _Create a provenance by traversing each commit. Attest into OCI registry. Verify all commits in attestation using cosign._ --- **Abstract** This issue proposes introducing new `cosign.sigstore.dev/attestation/gitsign/v1` predicate type for...
### Description It's like how GitHub did for workflow _steps_. We can see which _provision_ is executing currently. It would be nice to add a `name: string` field into [provision](https://github.com/lima-vm/lima/blob/2b6db749c5ee63f758741e0891f1915978611b16/pkg/limayaml/limayaml.go#L83-L86)....
**What would you like to be added**: Currently, we can load images from tar files or directly a docker image as follows: ``` Available Commands: docker-image Loads docker images from...
Fixes #2424 We had to move `pkg/{build/nodeimage => }/internal/container/docker` package. We couldn't access the [Pull()](https://github.com/kubernetes-sigs/kind/blob/3e8741e4dc3a57ead78d63fa4cfa26d486690704/pkg/build/nodeimage/internal/container/docker/pull.go#L27) function in the `.../nodeimage/internal/container/docker` package due to Go `internal` package access limitations. How should we...
By default, Go does not have `enum` so protoc generates an `iota` for enums. So we have to end the first item with zero value. This rule throws false-positive: ```...
It would be nice to have such `--dry-run` flag to see what protolint going to rewrite: For example: ``` $ protolint lint -fix . --dry-run ```
Fixes #464 Signed-off-by: Furkan For the `TODO` line: ```python # TODO: securesystemslib.formats.ANY_NUMBER_SCHEMA.check_match(self.recipe.type) ``` I already created an issue: https://github.com/secure-systems-lab/securesystemslib/issues/367 I created a small function called `_get_attribute` in order to pass...