mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
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/1225
Author: @Pratham-ja
Created: 3/10/2026
Status: ❌ Closed
Base:
dev← Head:fix/windows-quarto-llms📝 Commits (2)
754d53cEnsure Quarto >=1.9.27 for llms-txt support4612f4bEnsure Quarto >=1.9.27 for llms-txt support📊 Changes
1 file changed (+17 additions, -0 deletions)
View changed files
📝
book/docker/windows/Dockerfile(+17 -0)📄 Description
This PR fixes issues related to Windows execution in Quarto LLMs. Fixes #1213.
The Windows container installs Quarto via Scoop, but the extras
bucket currently provides a version < 1.9.27 which does not support
the
website.llms-txtconfiguration.This PR adds a version check and installs Quarto 1.9.27 manually
if the Scoop version is older, ensuring Windows builds succeed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.