Results 33 comments of Shu Kutsuzawa

@vshelvankar > Also i believe the purpose of SDKs or language specific Clients are to provide the interfaces to perform all operations incase the user do not want to use...

@fsommar > I decided to align all the places where $STARSHIP_CONFIG is read. I abort from within crate::configure::get_config_path to keep the function signatures in that crate the same as they're...

Hi. I agree with @ps0296 as well. This resource use [contraband/autopilot](https://github.com/contraband/autopilot) plugin which does not correspond to keeping old versions. How about using [sakkuru/rollback-push](https://github.com/sakkuru/rollback-push) corresponding to rollback? If we continue...

I think it's a useful feature. Image is like below? ```yaml put: cf params: action: delete # (or deploy) manifest: ... ``` .... If we implement it, we may be...

@jyriok Hello. According to [out/command.go](https://github.com/concourse/s3-resource/blob/master/out/command.go#L82), it seems that the error occurs when `versioned_file` is non empty and VersionId is empty. VersionId seems to be included in the metadata although it...

@jyriok Sorry for the late reply. hmmm... > i use S3 compatible storage versioned for store my bbr backup. It also reproduced in my environment. I am using S3 compatible...

@jyriok `VersionID` exists... Well, version is stored after uploading. VersionID exists in your screen shot. Sorry, I mistake. I can not confirm any more in my environment. Does anyone know...

@zhengpd Thanks for your request. While I understand that this feature trims only modified lines, I'm not sure how this benefits users. Specifically, having different styles within a file might...

I've added a test case for this issue in #1466. The test currently fails due to the panic described in this issue, but it will serve as a regression test...

FYI: kustomize v5.7.0 has been released! :tada: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.7.0 It includes the following fix: > #5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file