Furkan Türkal
Furkan Türkal
It would be nice to see max allowed count in the warning message for `reason-string` module. In current implementation, it's difficult to distinguish how long error messages should be: ```...
I want to make a struct like this: ``` type App struct { Server *endless.endlessServer Router *gin.Engine } func (a *App) Initialize(config *config.Config) { a.Server = endless.NewServer(fmt.Sprintf(":%d", a.Config.Server.Port), a.Router) }...
Move cursor to the target _key_ that you want to copy value from.  Press smth like CMD+C to copy `items`'s value as _JSON_...
**Description** We (@@developer-guy) noticed a strange behavior: If there is no attestation, and we passed `--replace` flag, it creates new `.att` but does not attach any `layers` in the manifest....
Fixes #648 Fixes #707 Signed-off-by: Furkan Co-authored-by: Batuhan cc @developer-guy
**Description** It would be great to have a new `resolve` as a sub command of [manifest](https://github.com/sigstore/cosign/blob/master/cmd/cosign/cli/manifest.go). What I want to achieve is that ability to do `kbld -f deployment.yml` but...
**Description** Currently, we only have `--sig-only` flag to copy only image signature. I thought it would be nice to have also `--sbom-only` for copy _SBOM_ and `--sbom-only` for copy _ATT_....
I wrote a simple message example: ``` def message = "Test message" def attachments = [ [ text: "Test attach...", color: "#ff0000", callback: "cb_test", callback_id: "cb_id", actions: [ [ type:...
Thanks for the project! I am just playing with the parser to get used to it. However, I could not figure out how we get to the components that were...
**Describe the bug** Does not work because of `yoga-layout-prebuilt`, i think. Fresh installed `npm`. **To Reproduce** Steps to reproduce the behavior: 1. `npm install -g kubelive` 2. `kubelive get pods`...