tvkit

Results 6 issues of tvkit

Perhaps typescript support? I'm not that good at writing shims.

FYI, the button is non-functional. Tested on both Chrome and Firefox. ![image](https://user-images.githubusercontent.com/28468364/37428600-2502263a-27a3-11e8-886a-da6b9ad3826b.png)

Currently necessary to define the following interfaces locally since they're not exported. ``` interface ContentRect { readonly height: number; readonly left: number; readonly top: number; readonly width: number; } interface...

Regarding NetBeans setup, I found this which worked well: https://groups.google.com/forum/#!topic/antlr-discussion/A7wtqcN_c0s

lambda terminating prior to completion of ddb batch-write operation ![image](https://github.com/aws-solutions/cognito-user-profiles-export-reference-architecture/assets/28468364/41218fde-746c-46e4-b0c4-4a652305f6a3) https://github.com/aws-solutions/cognito-user-profiles-export-reference-architecture/blob/a923a3317b46de8dc9f4076ce15b667f89390262/source/workflow-export/export-users-in-group.js#L59 The following `await `can be applied directly within the lambda for deployments that rely on the existing unawaited behavior....

bug

Any plans for built-in [nullish coalesing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) support? When `??` is added as a binary op similar to `||`, the right side evaluates regardless of the nullishness of the left side....