From 15367795c06267ac0817a558416a45302ef41696 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Fri, 16 Aug 2024 20:40:11 -0500 Subject: [PATCH] vault backup: 2024-08-16 20:40:11 --- .obsidian/graph.json | 2 +- 2024-08-16 (Friday).md | 34 +++++++++++++++++-- LinqPad.md | 1 + ... - Royalties - Faithlife Coders - Amber.md | 2 +- Work/Skeletor.md | 3 ++ 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 LinqPad.md create mode 100644 Work/Skeletor.md diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 7f2d35a..38cc87c 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -17,6 +17,6 @@ "repelStrength": 10, "linkStrength": 1, "linkDistance": 250, - "scale": 0.3628873693012127, + "scale": 0.7132754626224449, "close": false } \ No newline at end of file diff --git a/2024-08-16 (Friday).md b/2024-08-16 (Friday).md index fa0f19e..cd2f730 100644 --- a/2024-08-16 (Friday).md +++ b/2024-08-16 (Friday).md @@ -1,4 +1,34 @@ [[Nate Merritt]]'s last day at Logos. -## this is stitle -hello there _italics_ \ No newline at end of file +## Launch readiness cases +I reviewed the launch readiness cases. Need to figure out the exact timing of doing these cases. Some are obviously doable ahead of time, some may only be useful at the last minute. + +### syncing production data to test +[[Nate Merritt]] started this (on his last day, no less!), but couldn't finish before he had to turn in his computer. See Slack: https://faithlife.slack.com/archives/C03R1MQSR51/p1723752405251169 + +I'm running the scripts mentioned there. A few notes: +1. As he mentions in the thread, it has to be run in LinqPad 5 +2. It requires his MyExtensions in [[LinqPad]] (I mostly had this already, he just had a few updates that I applied) +3. My Faithlife production and test passwords need to be the same since this script does test and prod stuff and this version of Nate's MyExtensions doesn't distinguish between test and prod passwords in LinqPad +4. I had to give LinqPad a connection string to LBXDB. I had to lookup how to create one with the MS Entra ID credentials. This was it: `Server=fltest-cmrc-wus2-sql04.database.windows.net; Authentication=Active Directory Password; Encrypt=True; Database=LBXDB; User Id=ben.ramey@logos.com; Password=***` + + +## Worked on CMRC-22627 +Running `yarn build` in the [[Skeletor]] root directory gave me this message: +``` +$ yarn build +yarn run v1.22.5 +error skeletor-build-tools@1.0.0: The engine "node" is incompatible with this module. Expected version "^18.18.1". Got "20.12.2" +error Commands cannot run with an incompatible environment. +info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +``` + +I used NVM to install node 18.18.1 but doing `nvm use 18.18.1` showed med this error: +``` +$ nvm use 18.18.1 +exit status 145: The directory is not empty. + +exit status 145: The directory is not empty. +``` + +[This StackOverflow post]([node.js - "nvm use 16.13.0" will return this error "exit status 145: The directory is not empty." - Stack Overflow](https://stackoverflow.com/questions/69949375/nvm-use-16-13-0-will-return-this-error-exit-status-145-the-directory-is-not)) showed the solution: delete the contents of `C:\Program Files\nodejs` and then do the `nvm use` command again. That worked. \ No newline at end of file diff --git a/LinqPad.md b/LinqPad.md new file mode 100644 index 0000000..b9795fa --- /dev/null +++ b/LinqPad.md @@ -0,0 +1 @@ +Great tool for C# scratch pad stuff! \ No newline at end of file diff --git a/Reading/Read Later/2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber.md b/Reading/Read Later/2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber.md index d6317db..e289a28 100644 --- a/Reading/Read Later/2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber.md +++ b/Reading/Read Later/2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber.md @@ -1,3 +1,3 @@ | | | | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| ![thumbnail](Exported%20image%2020240808113925-0.png) | \| \|
\|---\|
\|## 2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber\|
\|[https://amber.faithlife.com/shares/921WWa1mhUUOlewF](https://amber.faithlife.com/shares/921WWa1mhUUOlewF)\|
\|Royalties Tech Talk Slides: [https://docs.google.com/presentation/d/1UERbx5Op1upek32_TCBuXRPgIKtZkXjmWQM6IyEzCSA/edit#slide=id.g7d0408af6d_2_93](https://docs.google.com/presentation/d/1UERbx5Op1upek32_TCBuXRPgIKtZkXjmWQM6IyEzCSA/edit#slide=id.g7d0408af6d_2_93)...\| | \ No newline at end of file +| ![thumbnail](Exported%20image%2020240808113925-0.png) | \| \|
\|---\|
\|## 2020-01-31 Tech Talk - Michael Sterling - Royalties - Faithlife Coders - Amber\|
\|[https://amber.faithlife.com/shares/921WWa1mhUUOlewF](https://amber.faithlife.com/shares/921WWa1mhUUOlewF)\|
\|Royalties Tech Talk Slides: [https://docs.google.com/presentation/d/1UERbx5Op1upek32_TCBuXRPgIKtZkXjmWQM6IyEzCSA/edit#slide=id.g7d0408af6d_2_93](https://docs.google.com/presentation/d/1UERbx5Op1upek32_TCBuXRPgIKtZkXjmWQM6IyEzCSA/edit#slide=id.g7d0408af6d_2_93)...\| | diff --git a/Work/Skeletor.md b/Work/Skeletor.md new file mode 100644 index 0000000..5216702 --- /dev/null +++ b/Work/Skeletor.md @@ -0,0 +1,3 @@ +#logos + +Our e-commerce website code. \ No newline at end of file