Adrian Dimech

Results 14 issues of 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...

bug
good first issue

## :rocket: Feature Request ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [X] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...

feature-request
effort/medium
p2

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:...

feature-request
p2

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...

feature-request
backlog
needs-triage

### 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...

documentation
backlog
needs-triage

### 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

documentation
backlog

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:...

bug