Eli Polonsky

Results 27 issues of Eli Polonsky

Currently, the compiler will allow the following program: ```typescript export interface IAdder { add(a: number, b: number): number; } export class Adder implements IAdder { public add(a1: number, b1: number):...

enhancement
p1

The properties that are generated for modules uses the root schema of the module, instead of the schema for its `Parameters`. For example: ![Screenshot 2024-11-19 at 12 03 17](https://github.com/user-attachments/assets/09a1a291-0a1b-478a-9aed-d44563d181ed) Looking...

```ts test('for package @aws-mdaa/bedrock-builder-l3-construct', async () => { const docs = await Documentation.forPackage('@aws-mdaa/[email protected]', { verbose: false }); try { const markdown = await docs.toMarkdown({ language: Language.TYPESCRIPT }); expect(markdown.render()).toMatchSnapshot(); } finally...

bug
p1

Rust is released very frequently, and maintains only the latest minor version (others are considered EOL). This means libraries often bump their minimum rust version requirement, and when they do,...

Lets start using ADRs, with Gen2 migration project being the first one. > See https://github.com/joelparkerhenderson/architecture-decision-record?tab=readme-ov-file#what-is-an-architecture-decision-record

### Problem The dependency upgrade workflow creates the following `yarn` command to bump the versions in the lock file: ```console yarn upgrade ``` According to `yarn` [docs](https://classic.yarnpkg.com/lang/en/docs/cli/upgrade/): > The package.json...

Provisioning clusters inside an isolated vpc (i.e no internet access) is not currently supported. This is because the lambda functions that operate the cluster need to invoke the EKS service,...

p1
feature-request
@aws-cdk/aws-eks
effort/small
service-api
@aws-cdk/aws-eks-v2-alpha