Kris Coleman

Results 13 comments of Kris Coleman

I had a use case to do this, we needed to display recent git commits in a dashboard across many, many git projects. The dashboard would only show the top...

probably handle it like this converter does: https://json-csv.com/

> @AntonPilyak if you create a type declaration for png then this works as expected. > > Simply create a type declaration file `*.d.ts` and add the following to it:...

thanks @cloverhsc , that works

> @pahud @kaizencc [#566](https://github.com/cdklabs/awscdk-asset-kubectl/issues/566) - This was missed in previous release for v.129 -The golang bindings have not been published for 1.29. Appreciate if it can be published with this...

Just ran into this and it's a real bummer :(

We want to be able to use this to help a customer resolve a compromised database: if the database was compromised they should be able to bulk import all of...

another option is to default strip the prefix like sigstore, but store the version prefix somewhere else as metadata. then when doing remote verification, restamp the version prefix. sort of...

> Overall this looks great. We should use the aws-sdk-go-v2. Hopefully that's not a big change. > > The reason I was even looking at that was to see some...