Adam Ruka

Results 69 comments of Adam Ruka

> One thing to consider is what happens if two libraries have conflicting guidance. There needs to be some mechanism to set priority and alert users that there is a...

@alexpulver I like it!

Hi @pahud , thanks for opening the issue. What exactly were you trying to achieve here? What was the command that failed?

Damn, that's a weird error 😱. Does it still happen with the latest version of CDK/JSII @pahud ?

Thanks @pahud . I'll look into it.

@pahud is this still happening?

Another example: a CDK customer is using the SES `CfnTemplate` class: ```java CfnTemplate cfnTemplate = new CfnTemplate(this, "InvestigationSuccessTemplate", CfnTemplateProps.builder() .template(CfnTemplate.TemplateProperty.builder() .templateName("SuccessfulInvestigation") .htmlPart("html part") .subjectPart("subject") .build()) .build()); ``` They want to...

Good catch! I think this is a JSII Rosetta bug, so let's transfer the issue into that repository.

Hey @ThibaultUrien, thanks for opening the issue! Can you show the code for the class you're trying to generate the Builder for? Thanks, Adam

Thanks, that will be super helpful in trying to reproduce this issue!