fix(publish): address PR #232 review (16 findings) - #242
Merged
Conversation
tsenoner
marked this pull request as draft
May 5, 2026 13:04
tsenoner
marked this pull request as ready for review
May 5, 2026 14:37
1 task
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.
Addresses every Critical, Important, Minor, and test-coverage finding from the
/reviewof PR #232.What's fixed
Critical
_setupOverlayguarded against post-disconnect resolution (no leaked listeners)Important
pngWithDpivalidates PNG signature and chunk-length bounds; warns on malformed inputsanitizeNormRectclamps slack overrun instead of leaking past[0,1]publishStatesanitized at the parquet ingest boundary (injectable sanitizer keeps utils → core boundary clean)_applyPresetderivessizeModefrom preset width25.4literals replaced withpxToMm/adjustDpiForWidthMmcapturePlotCanvasfallback passes full source pixel rect (no HiDPI halving)composeFigurenull-checks 2D context (soft fail instead of crash)Test coverage
Plus a baseline knip entry registration (
perf/**/*.spec.ts) so precommit passes.Plan:
docs/superpowers/plans/2026-05-05-publish-editor-review-fixes.md.