Rehan van der Merwe

Results 30 issues of Rehan van der Merwe

## Background Signing AWS API GW requests works locally but not on CodeBuild. After spending MANY hours on this (still crying about it). I think I know what is happening....

The 2021-04-18 release of putty introduced version 3 `PuTTY-User-Key-File-3` of the PPK file. If you have an old version of putty then it can not use the new version. Release...

I saw this issue https://github.com/anttiviljami/openapi-backend/issues/114 and the resulting PR, which lazy loads schemas, which is great for environments like AWS Lambda. There is now a new method in AJV 8...

enhancement
idea
new feature

I am listening to releases using the Github Notifications, but I can not get a notification of new releases because new releases are never created, just tags. ![image](https://user-images.githubusercontent.com/22810856/142605015-92c8fc64-533e-4138-b914-3840307f173e.png) ![image](https://user-images.githubusercontent.com/22810856/142605035-4009037e-6909-4a82-a2f0-954b57e2f02a.png) Would...

My application requires knowledge of when a SSH Connection + Tunnels are retrying. The close and disconnect events do not fire and I have spent a lot of time trying...

I am not sure why but the `sourceVersion` field in the JSON event never starts with `pr/`. https://github.com/jlhood/github-codebuild-logs/blob/86f8fd60892c00fea1ddbefd741ae35292707e0a/src/build.py#L30 A sample from my event as output when DEBUG is enabled: ```'currentPhase':...

After opening the container with color and icon, passing the options has no effect. I am expecting it to change but it does not, I have to delete the container...

Wondering when version 2 will be released? It looks like it has been a while since there has been active development and there is still a bit of completed work...

### Describe the feature The generated tsconfig is using which is outdated in 2024. ``` "module": "CommonJS", "target": "ES2020", "lib": [ "es2020" ], ``` ### Use Case Stay current and...

feature-request
p2

Hi, so I just thought I mention that there is a ContentHandling param on the Integration of the method, setting this does the job (`"ContentHandling": "CONVERT_TO_TEXT",`), no need for that...