add brag log
This commit is contained in:
parent
65e96f4ff7
commit
3ff60d6eb1
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"accentColor": "#3260cd",
|
||||
"cssTheme": "LYT Mode",
|
||||
"baseFontSize": 16,
|
||||
"baseFontSize": 14,
|
||||
"interfaceFontFamily": "SF Pro",
|
||||
"textFontFamily": "SF Pro",
|
||||
"monospaceFontFamily": "SF Pro Text",
|
||||
|
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@ -17,6 +17,6 @@
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1.3561713241608258,
|
||||
"scale": 0.3040731263313343,
|
||||
"close": true
|
||||
}
|
@ -9,7 +9,7 @@
|
||||
"lineWidth": 40,
|
||||
"lineWidthWide": 50,
|
||||
"maxWidth": 88,
|
||||
"textNormal": 16,
|
||||
"textNormal": 14,
|
||||
"textSmall": 13,
|
||||
"imgGrid": false,
|
||||
"imgWidth": "img-default-width",
|
||||
|
23
.obsidian/workspace.json
vendored
23
.obsidian/workspace.json
vendored
@ -7,18 +7,6 @@
|
||||
"id": "84da2c1f4c7fa1e9",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "68e875fe107b5f4e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "+ Encounters/How to win friends and influence people.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "77a40dab0fdbb8a3",
|
||||
"type": "leaf",
|
||||
@ -31,8 +19,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -90,7 +77,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 376.5
|
||||
"width": 200
|
||||
},
|
||||
"right": {
|
||||
"id": "e0129cb2566f447f",
|
||||
@ -188,8 +175,10 @@
|
||||
},
|
||||
"active": "77a40dab0fdbb8a3",
|
||||
"lastOpenFiles": [
|
||||
"+ Encounters/How to win friends and influence people.md",
|
||||
"Cards/brags/Brag Log <Nov 8, 2023>.md",
|
||||
"Cards/brags/Brag Log <Oct 27, 2023>.md",
|
||||
"TODO.md",
|
||||
"+ Encounters/How to win friends and influence people.md",
|
||||
"+ Encounters/http_server.excalidraw.md",
|
||||
"+ Encounters/look into what it would cost to build tiny house with raw materials.md",
|
||||
"+ Encounters/Make it stick.md",
|
||||
@ -209,11 +198,9 @@
|
||||
"+ Encounters/update linkedin.md",
|
||||
"+ Encounters/Working effectively with legacy code.md",
|
||||
"Cards/brags/Brag Log <Oct 28, 2023>.md",
|
||||
"Cards/brags/Brag Log <Oct 27, 2023>.md",
|
||||
"Atlas/Daily Notes.md",
|
||||
"Cards/dev/Activate Windows.md",
|
||||
"Cards/dev/Add api support to vite ssr app.md",
|
||||
"🌎 Home.md",
|
||||
"Extras/Images/LFG Deliverables.png",
|
||||
"Extras/Images/LFG Mockup.png",
|
||||
"Cards/brags",
|
||||
|
15
Cards/brags/Brag Log <Nov 8, 2023>.md
Normal file
15
Cards/brags/Brag Log <Nov 8, 2023>.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
tags:
|
||||
- log/brag
|
||||
Date: 2023-11-08
|
||||
up: "[[Daily Notes]]"
|
||||
---
|
||||
# Brag Log <Oct 27, 2023>
|
||||
|
||||
## Debugged test with Ricky
|
||||
|
||||
After our chart capture application meeting, I met with Ricky to help him debug some tests that kept failing. Per usual, i walk through [[all the basics]]. Gain and understanding of what all of the [[helper functions]] and [[classes]] are doing and really put myself into the problem. I kept asking questions, validating my assumptions about things were true via logging and did a few checks. I stumbled upon the idea to check if the data is empty, what happens to the [[DOM]] [[Element]].. Is it any different? .. well it was.. It no long had the [[list box]] role assigned to it, and thus told me that the data must be empty.. I then asked if he was doing our usual [[mock server]] setup at the beginning of every test.. he wasn't. That luckily solved the problem.
|
||||
|
||||
## Resolved issue for Dallas
|
||||
|
||||
Dallas is my [[senior principal developer]]. He set up the azure CI/CD pipelines for me for a new project we've been working on. The endpoints weren't working and its because the base url was set to nothing, so it was using the apps domain as the base url. I went into the [[YAML]] file and changed the variable being set that determined the environment as well as made the script in the [[package file]] , which solved our problem and we are now able to sign in to the app again.
|
Loading…
Reference in New Issue
Block a user