Leo Hanisch
Leo Hanisch
# Description Currently in the CS and ABC algorithms the same color (yellow) is used to visualize the current best solution. # Proposal To indicate the convergence of the algorithms...
# Description I would love to use this image withing my AWS CodePipeline to run e2e tests in my CI/CD environment. ## Problem When I try to fetch the image...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
### Describe the bug When Running a command like ``` aws --debug apigatewayv2 update-domain-name --profile myprofile --domain-name-configurations '[{ "ApiGatewayDomainName": "apiId.execute-api.us-east-1.amazonaws.com", "CertificateArn": "mycertArn", "DomainNameStatus": "AVAILABLE", "EndpointType": "REGIONAL", "HostedZoneId": "myhostedzoneId", "SecurityPolicy": "TLS_1_2"}]'...
**Is your feature request related to a problem? Please describe.** We have two development teams. One sitting in Germany (timezone Europe/Berlin) and one sitting in the US (timezone US/Eastern). Both...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
### Issue description # Description I try to upgrade to serverless `4.4.5` on my project. There I discovered that [esbuilds `outExtension` configuration](https://esbuild.github.io/api/#out-extension) is ignored by the serverless framework. # Steps...
Since NestJS has released version 11, we must adapt the peer dependencies to avoid issues when installing the @automapper/nestjs package with NestJS v11 packages. NestJS Release Notes: https://github.com/nestjs/nest/releases/tag/v11.0.0. Fixes #626
### Is your feature request related to a problem? Please describe. NestJs v11 was released a couple of days ago. We'd love to upgrade but currently automapper only supports nestjs...
#### Which issue(s) does this change fix? Fixes #8020 #### Why is this change necessary? It's necessary to comply with the APIGateway context specification #### How does it address the...