Skip to content

Commit

Permalink
Obsidian Content Update: 2024-03-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Spelkington committed Mar 18, 2024
1 parent bd5dcdc commit 513adb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions content/notes/dailies/2024-03-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ In order to catch the spunky, sexy, broad amalgamation of ways that infrastructu

- **PLAN:**
- [x] Wrap tests into Docker Container
- [ ] Local test container/compose running (successfully or not) locally
- [x] Local test container/compose running (successfully or not) locally
- [ ] Adapt, adjust environment variable & ASP.NET environment
- [ ] Create image push to cloud via Actions
- [ ] Create Terraform infrastructure for new ECS entry
- **DELIVERABLES:**
- [ ] Tests running (successfully or not) in cloud

Expand Down Expand Up @@ -65,4 +67,5 @@ This has been backburn'd for *way* too long. I *will* send this today, before I
N/A

[^1]: [[caveat-lector|caveat lector]] — This is a daily note! I don't actively maintain any information in daily notes, so please be cautious in following any advice here.
[^1]: [[caveat-lector|caveat lector]] — This is a daily note! I don't actively maintain any information in daily notes, so please be cautious in following any advice here.
[^2]: https://paullouth.com/higher-kinds-in-c-with-language-ext/ - some of the wackest type shit i've ever seen in my life
2 changes: 1 addition & 1 deletion quartz/components/TagExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default ((userOpts?: Partial<Options>) => {
data-savestate={opts.useSavedState}
data-tree={jsonTree}
>
<h1>{opts.title ?? i18n(cfg.locale).components.explorer.title}</h1>
<h1>{"•" + opts.title ?? i18n(cfg.locale).components.explorer.title}</h1>
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
Expand Down

0 comments on commit 513adb3

Please sign in to comment.