Ben Limmer
Ben Limmer
When working with significantly large data sets, you can encounter Postgres errors because the generated statement is too large to parse: ``` $167780::timestamptz),($167781::int, $167782::text, $167783::timestamp with time zone, $167784::text, $167785::timestamptz),($167786::int,...
I get so much noise from [this line](https://github.com/aomran/ember-cli-zero-clipboard/blob/master/addon/components/zero-clipboard.js#L24) I get hundreds of notifications in test. What do you think about only supporting closure actions? They're available on 1.13+ and could...
Seeing in this 2.8.x: ``` Can't trigger action 'ready' because your app hasn't finished transitioning into its first route. To trigger an action on destination routes during a transition, you...
I have a ruby project directory that looks like this: ``` my_gem ├── .sops.yaml ├── lib │ └── my_gem.rb └── secrets └── my_secrets.sops.yaml ``` from within the my_gem directory, I...
This PR introduces a new API that allows passing multiple subjects via the `trustedRepositories` property. Fixes #35
This PR uses jsii-struct-builder to produce your `RoleProps` with `assumedBy` omitted. Fixes #36
You can use https://github.com/mrgrain/jsii-struct-builder to produce your `Partial` based on `RoleProps`: https://github.com/aripalo/aws-cdk-github-oidc/blob/main/src/iam-role-props.ts You can see an example here: https://github.com/blimmer/cdk-static-wordpress/blob/372b42e9c9c3eb1bfde8c61afbded0188ca08d6c/.projenrc.ts#L66-L92
### Name of the resource AWS::S3::Bucket ### Resource name _No response_ ### Description According to https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-s3-enabling-object-lock-buckets/ , you can now enable Object Lock on an existing bucket. However, the CloudFormation...
In #3048 we didn't implement support for `plugins` yet. This is a follow-up to introduce a basic interface. Relates to #2980 --- By submitting this pull request, I confirm that...
See https://github.com/projen/projen/pull/3048#discussion_r1377489725 for context.