fix: seven fixes — token scan, variadic cleanup, TUI layout, compose secrets #118
Reference in New Issue
Block a user
Delete Branch "fix/small-fixes-batch8"
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?
Summary
Seven fixes from the review-findings backlog.
maxRequestBodyduplicate removed from sqlstore.go.adjustCursornow delegates toclampCursorinstead of having two functions with different semantics.handleResize. No longer mutates form state during render.recalcLayout(), called on/enter,Escexit, andEnterexit. Was only recalculated on resize.Test plan
go test -count=1 ./...— all passgolangci-lint— 0 issues