Michael Gasch

Results 205 comments of Michael Gasch

Thanks Alex for putting this out as retry and error handling has been is a growing concern for many implementations of the connector-sdk (which might not make it easy to...

jFYI, running on `pull_request` won't work as the action would run under the forked context w/ a different token which only has read permissions on the target repo (base). Thus...

Organization/Company: VMware Project/Product Name: VMware Event Broker Appliance (VEBA) Website: https://vmweventbroker.io/ Country: USA Contact: [email protected] Usage scenario: VEBA's core is based on Knative Serving and Eventing to deliver a simplified...

Just found this issue! Glad someone is working on improving the docs for this great piece of technology! Not sure if it's useful, but I wrote a blog post about...

Initially I thought a top-level `string:string` field would work, e.g. `imageRepository: myrepository.somewhere.out`. Then I thought, how likely is it that multiple images should be pushed to different registries/locations? I.e. something...

> @embano1 I imagine RxGo will eventually adopt generics? Yes, this is my understanding, but not sure if the project currently has the bandwidth

+1 on this (though `SYNCED` is already there with `print.add_synced_column: true` now. Would love to see this feature so I can reference "arbitrary" fields of the resource (from `spec` and...

Adding myself to the list here as we would love to have this too :) https://github.com/timbray/quamina/discussions/139

> @embano1 Did you find a fix for using `comment-on-alert` during PR's ? Nope, AFAIK since the security model around PRs hasn't change (which is good), Github Actions are still...

@miparnisari > @ColinEberhardt your original issue is because you forgot to set this: github-token: ${{ secrets.GITHUB_TOKEN }} Just to be clear, this does not work on PRs against forks.