Adrian Dimech
Adrian Dimech
When running `npx projen new ... --package-manager=pnpm` I get the following error: ``` evalmachine.:7 packageManager: javascript.NodePackageManager.PNPM, ^ ReferenceError: javascript is not defined ``` This is due to the fact that...
## :rocket: Feature Request ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [X] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...
Allow rules to specify arbitrary metadata to be included in generated reports. This is an extension point to allow rule authors to be able to add additional metadata to rules...
Running the following code does not transliterate README.md: ```ts await docs.toMarkdown({ language: docgen.Language.fromString(language), submodule: 'some-submodule', readme: true, }); ``` However the following code works just fine: ```ts await docs.toMarkdown({ language:...
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/aws-pdk/actions/runs/9055213326 ------ *Automatically created by projen via the "upgrade-mainline" workflow*
Update aws pricing manifest and snapshots for aws-arch package. See details in [workflow run]. [Workflow Run]: https://github.com/aws/aws-pdk/actions/runs/9055144366
### Describe the feature Change release workflow to be scheduled fortnightly in order to throttle the number of releases. ### Use Case PYPI has limitations on the Project size and...
### Describe the issue Windows users are currently left in the dark when it comes to setting up PDK using WSL. The Getting Started guide should be updated to have...
### Describe the issue Docs do not mention that PDK supports BUN. ### Links https://aws.github.io/aws-pdk/getting_started/your_first_aws_pdk_project.html
When Projen ejects, it generates a `scripts/run-task` file which is a es bundle of the `src/task-runtime.ts` file. As apart of this, there are two references to package json as follows:...