Conversation
- server.ts: add shutdown watchdog + SIGINT so a slow connection drain
can't stall stop until SIGKILL; force-exit after 8s
- docker-compose{,.dev}.yml: init: true (tini as PID 1) as signal insurance
- formatters.ts: bump logo + header sizes on the screen--lg (TRMNL X)
full variant now that centering frees up vertical room
- renderFlightPreview.ts: render the X (screen--lg) variants in the preview
- CI: actions/checkout@v3->v5, docker/build-push-action@v5->v6 (Node 20 deprecation)
- Bump version to 1.17.5
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
server.tsgains a shutdown watchdog +SIGINThandler so a slow connection drain can't stalldocker stopuntil SIGKILL (force-exit after 8s).init: trueadded to both compose files (tini as PID 1) as signal-forwarding insurance.screen--lgfull variant, now that centering freed vertical room.renderFlightPreview.tsnow also renders the X (screen--lg) variants.actions/checkout@v3→v5,docker/build-push-action@v5→v6(clears the Node 20 deprecation warnings).Testing
npm run typecheckcleannpm test— 28/28 pass🤖 Generated with Claude Code