https://stackoverflow.com/questions/38597908/how-do-i-debug-node-js-errors-when-my-code-is-nowhere-in-the-stack-trace
Node.js Debugger:
https://nodejs.org/api/debugger.html
https://www.youtube.com/watch?v=XbB5_fHHxRc
Saturday, November 27, 2021
Node.js Stack Trace and Debugger Links
Friday, November 26, 2021
Notes for GitHub
Git Branching, Git Merging:
https://www.varonis.com/blog/git-branching/
How to add a commit to an existing pull request:
https://saraford.net/2017/01/20/how-to-add-changes-to-a-pull-request-after-you-have-already-created-a-pull-request-020/
Add to an existing pull request:
https://github.com/github/hub/issues/198
Committing to someone else's pull request:
https://tighten.co/blog/adding-commits-to-a-pull-request/
(this fails because I do not have access rights)
Monday, November 15, 2021
Heated Board Notes
I like this. It allows me to build a heater with items I already have: https://www.youtube.com/watch?v=WT9xWyLK-Ic
Maybe add this: https://www.youtube.com/watch?v=LXhTFBGgskI to get the control part.
It looks like the heater is good to at least 100 Celsius, or maybe 120 Celsius to push it.
https://www.nanotech-elektronik.pl/index.php/en/info/materials
I did some soldering, and now I have:
I still need to add some lead wires and clean up unwanted solder from the strip traces.
I added some wire:
But I might still have some solder in a gap:
Tuesday, November 9, 2021
SSH or Tokens with GitHub -- because no passwords starting on Aug 13th
For Tokens:
https://techglimpse.com/git-push-github-token-based-passwordless/
For SSH:
Oh, since I viisted Harry's House of Pain while doing this I will share this:
https://gist.github.com/xirixiz/b6b0c6f4917ce17a90e00f9b60566278 [SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)] and honourable mention: https://linuxkamarada.com/en/2019/07/14/using-git-with-ssh-keys/
. I had a problem when I ran git config --global commit.gpgsign true
and had to set it to false git config --global commit.gpgsign false)
Go to: https://github.com/settings/keys
GitHub's Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh
Maybe this is useful someday: https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server