Browse Source

3.8.1 -> 3.9.1

windhamdavid 3 days ago
parent
commit
a644ffed92
6 changed files with 405 additions and 244 deletions
  1. 4 2
      docusaurus.config.js
  2. 14 7
      notes/house/helene-issues.md
  3. 6 1
      notes/house/helene.md
  4. 376 230
      package-lock.json
  5. 4 4
      package.json
  6. 1 0
      src/pages/help.md

+ 4 - 2
docusaurus.config.js

@@ -7,13 +7,15 @@ export default {
   tagline: 'Because Today I Learned',
   tagline: 'Because Today I Learned',
   url: 'https://davidawindham.com',
   url: 'https://davidawindham.com',
   baseUrl: '/til/',
   baseUrl: '/til/',
-  onBrokenLinks: 'throw',
-  onBrokenMarkdownLinks: 'warn',
   favicon: 'img/favicon.ico',
   favicon: 'img/favicon.ico',
   organizationName: 'windhamdavid',
   organizationName: 'windhamdavid',
   projectName: 'til',
   projectName: 'til',
   markdown: {
   markdown: {
     mermaid: true,
     mermaid: true,
+    hooks: {
+      onBrokenMarkdownLinks: 'throw',
+      onBrokenMarkdownImages: 'throw',
+    },
   },
   },
   themes: ['@docusaurus/theme-mermaid'],
   themes: ['@docusaurus/theme-mermaid'],
   plugins: [
   plugins: [

+ 14 - 7
notes/house/helene-issues.md

@@ -12,18 +12,17 @@ We've had some hiccups along the way, so I just wanted to start list of issues w
 
 
 **Exterior**
 **Exterior**
 - rear upper deck & railings
 - rear upper deck & railings
-  - deck light
+  - ~~deck light~~
 - chimney seal, cap, & wrap
 - chimney seal, cap, & wrap
 - caps on doubled 2x12s
 - caps on doubled 2x12s
   - was told they would be caulked to look like 4x12s
   - was told they would be caulked to look like 4x12s
 - insulation and pipes in crawlspace
 - insulation and pipes in crawlspace
 - gap sealant on gas exhaust
 - gap sealant on gas exhaust
-  - end screens on gas exhaust
 - proper drainage valves on hot water heater
 - proper drainage valves on hot water heater
 - gutters left metal intact from previous gutters
 - gutters left metal intact from previous gutters
   - leaving visible gaps under the shingles that are large enough that small critters could enter the attic. 
   - leaving visible gaps under the shingles that are large enough that small critters could enter the attic. 
-  - missing downspouts on gutters
-  - hole in gutter to right of entrance
+  - ~~missing downspouts on gutters~~
+  - ~~hole in gutter to right of entrance~~
   - water dripping along wood under upper gutter.
   - water dripping along wood under upper gutter.
   - leaking downspout connector entrance
   - leaking downspout connector entrance
 - painting in spots
 - painting in spots
@@ -35,12 +34,14 @@ We've had some hiccups along the way, so I just wanted to start list of issues w
   - or 2 since you're leaving two extra trim
   - or 2 since you're leaving two extra trim
 
 
 **Interior**
 **Interior**
-- electrical
-  - missing closet lights
-  - dimming led cans
+
 - bathroom hardware
 - bathroom hardware
+  - shower handrails
 - hvac ductwork 
 - hvac ductwork 
 - broken shower wand tube
 - broken shower wand tube
+- bad water pressure
+  - remove water restrictors?
+  - check sewer leak?
 - bathtub not properly installed
 - bathtub not properly installed
   - slides around
   - slides around
   - no backsplash or water proofing on the wall of bathtub
   - no backsplash or water proofing on the wall of bathtub
@@ -63,6 +64,11 @@ We've had some hiccups along the way, so I just wanted to start list of issues w
   - drawers/hardware
   - drawers/hardware
   - stained seat top
   - stained seat top
   - lighting
   - lighting
+- electrical
+  - dimming led cans
+  - dressing room light/switch
+  - bathroom upside down
+  - stairway light switch
 - lots of bad drywall work
 - lots of bad drywall work
   - crooked wall in bedroom corner
   - crooked wall in bedroom corner
   - tape marks in ceiling
   - tape marks in ceiling
@@ -145,6 +151,7 @@ We've had some hiccups along the way, so I just wanted to start list of issues w
   - trash/food in yard, nails/metal in bushes
   - trash/food in yard, nails/metal in bushes
 - paint on window hardware
 - paint on window hardware
 - paint on tile floor
 - paint on tile floor
+- paint spills on front porch
 - had to repaint and drywall because of poor work
 - had to repaint and drywall because of poor work
 - didn't install backing support for grab bar
 - didn't install backing support for grab bar
 - spilled a heavy amount of paint thinner into the subfloor which then permeated the house for a week causing headaches and eye irritation. So potent that any heating element like our oven on the first floor gave off a lighter fluid smell for a week.
 - spilled a heavy amount of paint thinner into the subfloor which then permeated the house for a week causing headaches and eye irritation. So potent that any heating element like our oven on the first floor gave off a lighter fluid smell for a week.

+ 6 - 1
notes/house/helene.md

@@ -48,8 +48,13 @@ Photos 📷 @ [/wha/glenridge/#helene](https://davidawindham.com/wha/glenridge/#
 
 
 ## Log
 ## Log
 
 
+- **25/10/13** - Glass/mirror
+- **25/10/13** - Caulk/Paint touchup
+- **25/10/09-10** - Trimwork
+- **25/10/09** - HVAC ductwork & vents
+- **25/10/1-6** - OOT
 - **25/09/28-29** - electricians
 - **25/09/28-29** - electricians
-- **25/09/25** - new carpet
+- **25/09/25-26** - new carpet
 - **25/09/24** - new gutters
 - **25/09/24** - new gutters
 - **25/09/23** - new subfloor / gutter removal
 - **25/09/23** - new subfloor / gutter removal
 - **25/09/22** - subfloor demo
 - **25/09/22** - subfloor demo

File diff suppressed because it is too large
+ 376 - 230
package-lock.json


+ 4 - 4
package.json

@@ -14,10 +14,10 @@
     "write-heading-ids": "docusaurus write-heading-ids"
     "write-heading-ids": "docusaurus write-heading-ids"
   },
   },
   "dependencies": {
   "dependencies": {
-    "@docusaurus/core": "^3.8.1",
-    "@docusaurus/plugin-content-blog": "^3.8.1",
-    "@docusaurus/preset-classic": "^3.8.1",
-    "@docusaurus/theme-mermaid": "^3.8.1",
+    "@docusaurus/core": "^3.9.1",
+    "@docusaurus/plugin-content-blog": "^3.9.1",
+    "@docusaurus/preset-classic": "^3.9.1",
+    "@docusaurus/theme-mermaid": "^3.9.1",
     "@mdx-js/mdx": "^3.0.0",
     "@mdx-js/mdx": "^3.0.0",
     "@mdx-js/react": "^3.0.0",
     "@mdx-js/react": "^3.0.0",
     "abcjs": "^6.4.4",
     "abcjs": "^6.4.4",

+ 1 - 0
src/pages/help.md

@@ -61,6 +61,7 @@ npm run serve
 
 
 ---
 ---
 
 
+- **25/10/13** - 3.8.1 -> 3.9.1
 - **25/04/47** - added abcjs ^6.4.4 & react-piano ^3.1.3 for [/Notes/Music/Notation](/notes/music/abcjs)
 - **25/04/47** - added abcjs ^6.4.4 & react-piano ^3.1.3 for [/Notes/Music/Notation](/notes/music/abcjs)
 - **25/01/23** - 3.6.3 -> 3.7.0
 - **25/01/23** - 3.6.3 -> 3.7.0
 - **24/24/02** - 3.6.1 -> 3.6.3
 - **24/24/02** - 3.6.1 -> 3.6.3

Some files were not shown because too many files changed in this diff