Daniel Schroeder

Results 74 comments of Daniel Schroeder

I don't think that's currently possible. I used [parallel](https://www.gnu.org/software/parallel/) for that. ``` parallel ::: 'saw watch group1' 'saw watch group2' ```

Yes this works, but only if you set `esModuleInterop": true` in yout tsconfig. Haven't found another way.

After upgrading js-sequence-diagrams this also happens for me, for drawings with the `simple` theme. The hand drawn theme is fine. I added this to the `waitForFont` method to render immediately:...

Still the same with Alpine 3.6 ```shell apk add --no-cache --virtual foo gosu@testing=1.9-r0 ``` ``` ERROR: unsatisfiable constraints: gosu-1.9-r0: masked in: @testing foo-0: masked in: cache satisfies: world[foo] ``` No...

Please see the related ticket #53. CFN now has native support for creating Key pairs. Most probably the only thing I'm going to do with this project is to archive...

The current implementation of `AWS::SSM::Document `is mostly useless. If the name of a resource changes when its content changes, it cannot be referenced anywhere, hence cannot be used in any...

I don't think deleting document versions is supported by the API. You only can delete the whole document. Also overriding a version is not possible. As you said, when updating...

I just published my custom resource to manage SSM documents. It's made for CDK but I added documentation how to use it in plain old CloudFormation as well - https://github.com/udondan/cdk-ssm-document

Yep, looking very nice. I just migrated 97 of our documents to the updated AWS::SSM::Document and tested document updates. Looking good. 👍🏼 I'm going to deprecate my custom CDK construct...