Carl Fürstenberg
Carl Fürstenberg
There are many dependabot pull requests pending since the summer that needs to be applied; in particular the `@types/sinon` dependency that currently can result in broken tests due to fake...
It's not clear that when using HOMEBREW_DOCKER_REGISTRY_TOKEN directly against ghcr.io that you should use your PAT base64-encoded as the bearer token. - [x] Have you followed the guidelines in our...
looked into the stack trace issue, and what I think is that only filename and line number of entry two in the general stack trace are relevant to show
Since the change introduced by #253 I'm getting an error trying to mock `S3.waitFor()` Following test: ```ts /* eslint-disable no-plusplus */ import 'reflect-metadata'; import AWS from 'aws-sdk'; import AWSMock from...
### Name of the resource AWS::RDS::DBInstance ### Resource name _No response_ ### Description The recently added `AutomaticBackupReplicationRegion` property for `AWS::RDS::DBInstance` are missing a few parameters that are useful or required...
**Describe the bug** The current timeout for when fetching a schema from remove host can sometime be way too short and resulting in the application fails over and over. **To...
Since today, I'm getting following error: > Unable to download API page: HTTP Error 400: Bad Request (caused by ) I noticed in https://github.com/yt-dlp/yt-dlp/issues/11503 the issue might be related to...
### Actual Situation Currently I have a template to setup AWS CDK templates and I setup a task to run bootstrap on the new environment. But as I usually only...