Kevin Hakanson

Results 27 comments of Kevin Hakanson

Were you thinking of using the [grunt-sri](https://www.npmjs.com/package/grunt-sri) payload.json format? ``` { "payload": { "@angular.min.js": { "path": "angular.min.js", "type": null, "integrity": "sha256-RPPsQcSPq5bHR3vDUWpr9XR/NHMe9QAJ8Uwffw3LBDM= sha384-hXNI9Cb8OJC3+q10tEC7RUzaDEWKjIQiE1lg+tFIrttefIG+ScUCKqOlQVEqcmM0 sha512-y2SOwfsp2w/M2K9LzWRyFd/V62w3z9frSvAB96p7AJlyNIF7O40A6ezctVEgyI2gap6ikSoFpSrtC8Gztmjp4A==", "hashes": { "sha256": "RPPsQcSPq5bHR3vDUWpr9XR/NHMe9QAJ8Uwffw3LBDM=", "sha384": "hXNI9Cb8OJC3+q10tEC7RUzaDEWKjIQiE1lg+tFIrttefIG+ScUCKqOlQVEqcmM0", "sha512":...

FYI: [Subresource Integrity Becomes a W3C Recommendation](https://www.w3.org/blog/2016/06/subresource-integrity-becomes-a-w3c-recommendation/)

Good catch, previously we had `AWS_BORDER_COLOR` which I wanted to leave defined for backward compatibility. I didn't need to add `$AWS_BORDER_COLOR` since it was an older value for the orange...

Fully vectorized (SVG in SVG) would be nicer, but I ran into issues like [SVG Sprite shows up in PNG output, but SVG Image doesn't. #1199](https://github.com/plantuml/plantuml/issues/1199). That meant using PNG...

@jackwhelpton - This is an interesting topic and broader than the VS Code extension. This would make a good discussion on the Cedar [Slack](https://communityinviter.com/apps/cedar-policy/cedar-policy-language). There is also a Request For...

Some comments for discussion: 1. It seems interesting for the extension to automatically merge all `*.cedarschema.json` files into a logically Cedar schema JSON file for validation. The extension would need...

This was exactly what I was looking for, and worked great. Some comments on making the docs better. In the [Parsing event](https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/parser/#parsing-events) section, the `event_parser decorator` calls out: > `event_parser`...

> Hey @hakanson! Hope you are well. > > > > Now I'm refactoring all the docs, examples and adding more details in general. I'm planning to send a PR...

I'm assuming you increased timeout per https://github.com/awslabs/aws-jwt-verify?tab=readme-ov-file#configuring-the-jwks-response-timeout-and-other-http-options-with-fetcher This feels like a runtime / environmental issue - can you try a couple things: 1. test local behavior of next js 15...

if I'm reading this right - that node / next js environment cannot connect over https to Cognito URL using any library. Can you connect to other https endpoints via...