Skip to content

Feat: non raw input - #1

Open
seppedelanghe wants to merge 10 commits into
mainfrom
feat/non-raw-input
Open

Feat: non raw input#1
seppedelanghe wants to merge 10 commits into
mainfrom
feat/non-raw-input

Conversation

@seppedelanghe

Copy link
Copy Markdown
Owner

No description provided.

seppedelanghe and others added 10 commits May 29, 2026 16:31
Badge and prerequisites said Go 1.24+ while go.mod requires 1.26 and the
shipped Dockerfile uses golang:1.26-trixie. Update both and replace the
stale embedded Dockerfile snippet with the actual multi-stage build, plus
a link to ./Dockerfile so it stays in sync.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
materialize() read the entire source via ReadAt into a bytes.Buffer and
then wrote it to the temp file, holding up to MaxInputSize (100MB default)
in RAM per concurrent slow-path request. Stream with io.Copy over an
io.NewSectionReader (Object is io.ReaderAt, Open already returns size).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant