Technical stuff worth not forgetting
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Thomas Quinot 25fa5f3c2c Fix WEBrick range requests for local video playback
WEBrick's not_modified? treats a Range request's If-Range header like
If-None-Match, replying 304 with no body instead of 206 with the
requested bytes. Browsers rely on this to fetch a video's trailing
moov atom, so jekyll serve was breaking playback for videos recorded
with metadata at the end of the file. Dev-server-only; production is
unaffected since it isn't served by WEBrick.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 month ago
.bundle Initial Jekyll setup 3 years ago
_source Fix WEBrick range requests for local video playback 1 month ago
.gitignore Initial Jekyll setup 3 years ago
.ruby-version Bump Ruby version 1 month ago
.woodpecker.yml Rename pipeline config 5 months ago
Gemfile Switch from jekyll-openmoji (ugly) to jemoji (nice) 2 years ago
Gemfile.lock Switch from jekyll-openmoji (ugly) to jemoji (nice) 2 years ago
_config.yml Switch from jekyll-openmoji (ugly) to jemoji (nice) 2 years ago
bootstrap.sh Initial Jekyll setup 3 years ago
serve.sh Add serve script for local tests 3 years ago