Skip to content

Commit

Permalink
📝 Add missing comment sections on Advents (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Dec 18, 2024
1 parent e6cd9e3 commit 28f92ab
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,9 @@ export default function BlueskyComments({ url }) {
load();
}
}, []);

if (!url) {
return null;
}
return <bluesky-comments url={url}></bluesky-comments>;
}
5 changes: 5 additions & 0 deletions website/blog/2024-12-09-advent-of-pbt-day-9/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags: [advent-of-pbt, advent-of-pbt-2024]
---

import {AdventPlaygroundOfTheDay,FormOfTheDay} from './AdventOfTheDay';
import BlueskyComments from '../2024-12-01-advent-of-pbt-day-1/BlueskyComments';

Christmas is at risk! In their rush to meet tight deadlines, Santa’s elves accidentally introduced bugs into critical algorithms. If these issues aren’t discovered in time, Christmas could be delayed for everyone worldwide!

Expand Down Expand Up @@ -37,3 +38,7 @@ Your mission? Find any edge cases where it might fail and report them to Santa b
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3lcucfobtnc24" />
5 changes: 5 additions & 0 deletions website/blog/2024-12-14-advent-of-pbt-day-14/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags: [advent-of-pbt, advent-of-pbt-2024]
---

import {AdventPlaygroundOfTheDay,FormOfTheDay} from './AdventOfTheDay';
import BlueskyComments from '../2024-12-01-advent-of-pbt-day-1/BlueskyComments';

Christmas is at risk! In their rush to meet tight deadlines, Santa’s elves accidentally introduced bugs into critical algorithms. If these issues aren’t discovered in time, Christmas could be delayed for everyone worldwide!

Expand Down Expand Up @@ -36,3 +37,7 @@ Christmas depends on your testing skills. Don’t let Santa down! 🎅🔧
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3ldawlb3pe223" />
5 changes: 5 additions & 0 deletions website/blog/2024-12-15-advent-of-pbt-day-15/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags: [advent-of-pbt, advent-of-pbt-2024]
---

import {AdventPlaygroundOfTheDay,FormOfTheDay} from './AdventOfTheDay';
import BlueskyComments from '../2024-12-01-advent-of-pbt-day-1/BlueskyComments';

Christmas is at risk! In their rush to meet tight deadlines, Santa’s elves accidentally introduced bugs into critical algorithms. If these issues aren’t discovered in time, Christmas could be delayed for everyone worldwide!

Expand Down Expand Up @@ -50,3 +51,7 @@ Your task: Identify a combination of put, pop, and isEmpty calls that leaves the
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3ldd3n2viu22f" />
5 changes: 5 additions & 0 deletions website/blog/2024-12-16-advent-of-pbt-day-16/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags: [advent-of-pbt, advent-of-pbt-2024]
---

import {AdventPlaygroundOfTheDay,FormOfTheDay} from './AdventOfTheDay';
import BlueskyComments from '../2024-12-01-advent-of-pbt-day-1/BlueskyComments';

Christmas is at risk! In their rush to meet tight deadlines, Santa’s elves accidentally introduced bugs into critical algorithms. If these issues aren’t discovered in time, Christmas could be delayed for everyone worldwide!

Expand Down Expand Up @@ -50,3 +51,7 @@ Santa is counting on you to validate his system and find any hidden flaws! 🎅
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3ldfusoxn722n" />
5 changes: 5 additions & 0 deletions website/blog/2024-12-17-advent-of-pbt-day-17/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags: [advent-of-pbt, advent-of-pbt-2024]
---

import {AdventPlaygroundOfTheDay,FormOfTheDay} from './AdventOfTheDay';
import BlueskyComments from '../2024-12-01-advent-of-pbt-day-1/BlueskyComments';

Christmas is at risk! In their rush to meet tight deadlines, Santa’s elves accidentally introduced bugs into critical algorithms. If these issues aren’t discovered in time, Christmas could be delayed for everyone worldwide!

Expand All @@ -29,3 +30,7 @@ Your mission: Can you find an email address that, despite being valid, is incorr
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3ldifkvx77k2n" />
4 changes: 4 additions & 0 deletions website/blog/2024-12-18-advent-of-pbt-day-18/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ Can you find an issue in their implementation and save Christmas? 🎄✨
## Your answer

<FormOfTheDay />

## Comments

<BlueskyComments url="https://bsky.app/profile/fast-check.dev/post/3ldkw4tnh5s2x" />

0 comments on commit 28f92ab

Please sign in to comment.