This guide is to set up the DMC Wiki on a new machine.
On your computer, run the following command:
ssh-keygen -t rsa -b 4096 -C <insert your email here>
| tmp_dir_name="dbot_patches" | |
| mkdir -p $tmp_dir_name | |
| base_branch=$1 | |
| if [ -z "$base_branch" ] ; then | |
| base_branch="master" | |
| fi | |
| dependabot_branches=( `git branch -r | grep origin/dependabot/` ) |
| const gameboyCart = await loader.loadAsync("./path to gameboy file I forget") | |
| scene.add(gameboyCart) |
| Interrupt received. | |
| Please wait for Terraform to exit or data loss may occur. | |
| Gracefully shutting down... | |
| [0m[1mprovider.aws.region[0m | |
| The region where AWS operations will take place. Examples | |
| are us-east-1, us-west-2, etc. | |
| [1mEnter a value:[0m [0m |
| import { | |
| ImportMock, | |
| StaticMockManager | |
| } from "ts-mock-imports"; | |
| import * as DynamoDBLibModule from "@aws-sdk/lib-dynamodb"; | |
| let documentClientImportMock: StaticMockManager<DynamoDBLibModule.DynamoDBDocumentClient>; | |
| describe("example", function() { |
| #!/usr/bin/env bash | |
| set -e | |
| set -u | |
| set -o pipefail | |
| set -x | |
| LINK_FILE=$1 | |
| LINKS=$(cat $LINK_FILE | tr '\n' ' ') |