O'Shaughnessy Evans
O'Shaughnessy Evans
For reference: https://github.com/stelligent/cfn_nag/pull/429
@utkarshdalal, thanks for sharing that! I've just noticed that it drops files when botocore needs to recycle a connection in its pool. I'll see the "downloading..." statements from `create_folder_and_download_file()`, then...
The way MediaWiki breaks it out, it seems like there's an "edit" link at every header tag (H1, etc). Click that and the editing form only gives you the content...
It looks to me like MediaWiki tries to keep the software simple and leave most of the decision making to the user. I found this in a [wikitech-l mailing list...
That all makes good sense, Ben. I think the direction sounds right on. So here are a few other scenarios: Case 4: User A -> Edits section 3.2, renames it....
Hello, AWS team. I've submitted this per the [contributing](https://github.com/aws-samples/aws-security-reference-architecture-examples/blob/main/CONTRIBUTING.md#contributing-via-pull-requests) guidelines. Is there something else I can do to get the conversation going? Thank you.
> A year later (/j, happy 2024), I come with an update. I've gotten to the point of getting a custom image with docker in docker working consistently and independently...
Hello, AWS team. I've submitted this per the [contributing](https://github.com/aws-samples/aws-security-reference-architecture-examples/blob/main/CONTRIBUTING.md#contributing-via-pull-requests) guidelines. Is there something else I can do to get the conversation going? Thank you.
I think this may be a limitation of GitHub. I'm still digging through docs, but the table here -- https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions -- says that Docker actions are only supported on Linux,...
Although... this gives me hope: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsuses. I think we may be able to create a composite action that runs locally if it's on macos or in Docker otherwise.