Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/resources/
.DS_Store

# leave cursor settings and configs up to each dev with their tooling prefs
.cursor/

# leave CC settings and configs up to each dev with their tooling prefs
.claude/
CLAUDE.md
.claude/*
.cursor/*
193 changes: 193 additions & 0 deletions content/blog/ai-meets-tf-prompt-strategies-for-test-generation.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="postTitle">
{{end}}
</h1>
{{ if .Params.author }}<b>By {{.Params.author}}</b>{{end}}
<div class="entryDesc">{{ .Description }}</div>
<div class="entryDesc">{{ .Description | safeHTML }}</div>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/news-entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="postTitle">
{{end}}
</h3>

<div class="entryDesc">{{ if .Params.author }}<b>By {{.Params.author}}</b>{{end}} - {{ .Description }}</div>
<div class="entryDesc">{{ if .Params.author }}<b>By {{.Params.author}}</b>{{end}} - {{ .Description | safeHTML }}</div>
Comment thread
westonplatter marked this conversation as resolved.
{{ if .Params.outbound }}
<a href="{{ .Params.outbound }}" target="_blank" class="entry-link text-gradient">Read More &rsaquo;</a>
{{else}}
Expand All @@ -41,4 +41,4 @@ <h3 class="postTitle">
</div>
</div>
</div>
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.