When unsure about implementation details, ALWAYS ask the developer.
- Build:
yarn build - Lint:
yarn lint
| Initialize engine version: 5.6.3p1 (9c92e827232b) | |
| GfxDevice: creating device client; threaded=1 | |
| Initializing Metal device caps: AMD Radeon Pro 560 | |
| Begin MonoManager ReloadAssembly | |
| Platform assembly: /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/UnityEngine.dll (this message is harmless) | |
| Loading /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/UnityEngine.dll into Unity Child Domain | |
| Platform assembly: /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless) | |
| Loading /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Dat |
| HugsLib | http://steamcommunity.com/sharedfiles/filedetails/?id=818773962 | |
| Expanded Prosthetics and Organ Engineering | http://steamcommunity.com/sharedfiles/filedetails/?id=725956940 | |
| ResearchPal | http://steamcommunity.com/sharedfiles/filedetails/?id=946390822 | |
| Rimsenal - Storyteller pack | http://steamcommunity.com/sharedfiles/filedetails/?id=725952322 | |
| ModSwitch | http://steamcommunity.com/sharedfiles/filedetails/?id=1139051045 | |
| Work Tab | http://steamcommunity.com/sharedfiles/filedetails/?id=725219116 | |
| Medical Tab | http://steamcommunity.com/sharedfiles/filedetails/?id=715565817 | |
| EdB Prepare Carefully | http://steamcommunity.com/sharedfiles/filedetails/?id=735106432 | |
| Colonist Bar KF 0.18.0 | http://steamcommunity.com/sharedfiles/filedetails/?id=729908976 | |
| Allow Tool | http://steamcommunity.com/sharedfiles/filedetails/?id=761421485 |
| # prints budget with % target column | |
| ledger -f fin.dat -p "june" budget | |
| Verifying that +geerttheys is my blockchain ID. https://onename.com/geerttheys |
| › aws ec2 describe-instances --filter Name=tag:class,Values=web Name=tag:Env,Values=staging --profile bs | jq '.Reservations[].Instances[].PublicDnsName' | |
| "ec2-52-52-52-52.eu-west-1.compute.amazonaws.com" | |
| "ec2-52-52-52-53.eu-west-1.compute.amazonaws.com" |
| › aws ec2 describe-instances --filter Name=tag:class,Values=web Name=tag:Env,Values=staging --profile bs |
| › aws ec2 describe-instances | |
| { | |
| "Reservations": [] | |
| } |
| [default] | |
| region = eu-west-1 | |
| [profile id-mob-staging] | |
| output = table | |
| region = eu-west-1 | |
| [profile id-mob-prod] | |
| output = table | |
| region = eu-west-1 | |
| [profile bs] | |
| output = json |
| [default] | |
| aws_access_key_id = XXX | |
| aws_secret_access_key=XXX | |
| [id-mob-staging] | |
| aws_access_key_id = XXX | |
| aws_secret_access_key = XXX | |
| [id-mob-prod] | |
| aws_access_key_id = XXX | |
| aws_secret_access_key = XXX | |
| [bs] |