Momo Kornher
Momo Kornher
Thanks for reporting! The `--projenrc-py` option is intentionally not available on the `jsii` project type. Language RC files are typically only available for the project language, i.e. if you are...
Thank you, appreciate the feedback. You should be able to do `npx projen new awscdk-construct --package-manager=yarn2` as well. The naming might not be ideal though, it's more a yarn 2+
> Sure thing, do you think it is worth the while to mention something on the README? I can't be the only that has started the project and faced this...
Thanks @derek-bc I cannot reproduce this: ```console $ npm i @aws-amplify/[email protected] up to date, audited 1324 packages in 1s 182 packages are looking for funding run `npm fund` for details...
Hi @zetashift, in principle yes that's the way. However we currently only support json config files, and I'm not sure if you can use them with plugins or if you...
Config JS files is not trivial unfortunately. Some more details are on https://github.com/projen/projen/issues/2405 and https://github.com/projen/projen/pull/2414, including a prototype by me to render objects with js content. We would need a...
Prior Art: https://github.com/projen/projen/pull/2926 https://github.com/projen/projen/pull/2975
Great idea! Let's make sure it's an extendable interface so people aren't required for chore to implement provider X.
This is pretty bad. We run a check after each build to ensure the repo contents are unchanged. Codecov now breaks this check.
You will have to create multiple deployments to push to different tags. With ECR repos, tags are really but is a unique thing, it's not so much adding a new...