mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 13:31:55 -05:00
[PR #1782] fix(labs): dark-mode selector, lab11 MathPeek, vol2-lab06 tau_opt #15733
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1782
Author: @Shashank-Tripathi-07
Created: 5/18/2026
Status: 🔄 Open
Base:
dev← Head:fix/labs-audit-bugs📝 Commits (3)
fbb3f3dfix(site): add nav-footer and dropdown-menu dark mode selectorsf265b2efix(labs): replace @media dark-mode selector in 404.qmd and fix lab11 MathPeek97dbe71fix(labs): correct tau_opt values in vol2 lab06 Part B checkpoint storm📊 Changes
5 files changed (+57 additions, -25 deletions)
View changed files
📝
labs/404.qmd(+10 -12)📝
labs/vol1/lab_11_hw_accel.py(+1 -1)📝
labs/vol2/lab_06_fault_tolerance.py(+8 -8)📝
shared/config/footer-site.yml(+1 -1)📝
shared/styles/_site-dark.scss(+37 -3)📄 Description
Summary
Three verifiable content/rendering bugs found during audit of all labs (vol1 + vol2).
@media (prefers-color-scheme: dark)is ignored by Quarto; should bebody.quarto-dark. Ten CSS rules converted. Same pattern as existing fixes in other site components.GPU_MTTF_HOURS = 50,000makes that 50 hours (5 hours is the 10,000-GPU case). The correct-answer callout then showed two wrong tau_opt values:Both the framing and the callout are corrected.
Bugs skipped (already merged to dev)
fix/lab01-esp32-sram-oom-ratio, fix/lab02-esp32-sram-field, fix/lab03-esp32-sram-field, fix/lab04-cascade-amp-factor, fix/lab05-flop-scaling-answer, fix/lab07-esp32-sram-field, fix/lab11-part-e-tiling-answer, fix/lab13-cold-start-answer, fix/lab14-debt-multiplier-answer
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.