Andy Kiesler

Results 10 comments of Andy Kiesler

As someone who has been writing Groovy tests for a few years I still get tripped up by this semi-regularly. While debugging the issue is relatively simple by adding an...

For anyone else facing this same issue I was able to hack together this solution. ```typescript import { Alarm, CfnAlarm, MathExpression } from 'aws-cdk-lib/aws-cloudwatch'; import { MonitoringFacade } from 'cdk-monitoring-constructs';...

I think the devil is in the details. Do we know how the function behaves differently and went what extra data is requested? > This function acts differently when extra...

Thank you for picking up this change! It will greatly simplify our version handling. Please let me know if I can do anything to help.

@dagnir could you please review this feature?

I definitely agree the javadoc is unclear on this point as it does not specify that it must be nullable. > This attribute must be an 'integer' type numeric (long...

I was recently bitten by this issue again. I don't think a documentation update is sufficient and instead there should be an option to enable a specific starting value (default...

@debora-ito is there a strong opposition to this approach of supporting a `0` starting value?

Build is failing because of the japicmp target. Would appreciate insights on how to address this issue. ``` Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.15.6:cmp (default) on project dynamodb-enhanced: There is at...

@debora-ito could you please review this feature? It seems like there is still significant interest in this feature.