• Joined on 2026-06-27
aneurin pushed to filenames-only at zampler/zampler 2026-09-08 11:08:22 +00:00
a02e96ceec QOL patch: only show filenames
aneurin created branch filenames-only in zampler/zampler 2026-09-08 11:08:22 +00:00
aneurin deleted branch docs-positioning from go/validate 2026-09-07 16:35:56 +00:00
aneurin pushed to main at go/validate 2026-09-07 16:35:56 +00:00
164dcbf367 length: add MinLengthBytes / MaxLengthBytes
4e2e05c1b9 length: count runes, not bytes
4483105a78 docs: positioning README, package doc, usage examples
da971f4df5 fix incorrect and vague doc comments
Compare 4 commits »
aneurin closed issue go/validate#3 2026-09-07 16:35:55 +00:00
Docs: explain what distinguishes validate from other packages
aneurin merged pull request go/validate#11 2026-09-07 16:35:55 +00:00
docs: explain what distinguishes validate (+ comment audit)
aneurin commented on issue go/validate#4 2026-09-07 16:32:55 +00:00
No struct-level validation (wire fields by hand)

@claude Ignore this issue unless I draw your attention to it again in the future. I have no intention of changing this right now, but I want to keep the issue open for future reference.

aneurin commented on issue zampler/zampler#3 2026-09-07 16:31:54 +00:00
Multi-arch build keeps CGO_ENABLED=0; arm64 runner unused

@claude Ignore this issue indefinitely unless I draw your attention to it again. I want to keep it open for future reference but have no plans to action it right now.

aneurin commented on issue cloud/ultrashorty#4 2026-09-07 16:24:23 +00:00
Test gaps remaining after the starter suite
  • Remove kong and just inline the function body. Make sure to retain support for the command-line options
  • Add CSV tests
  • We only want to redirect GET, HEAD and OPTIONS (I think? Whatever is…
aneurin deleted branch replace-archived-go-deps from zampler/zampler 2026-09-07 16:13:32 +00:00
aneurin pushed to main at zampler/zampler 2026-09-07 16:13:31 +00:00
800404203a replace archived code.aneur.in/go/* dependencies
aneurin closed issue zampler/zampler#13 2026-09-07 16:13:31 +00:00
Replace deprecated (archived) home-brewed packages
aneurin merged pull request zampler/zampler#14 2026-09-07 16:13:31 +00:00
Replace archived code.aneur.in/go/* dependencies
aneurin approved cloud/ultrashorty#2 2026-09-07 15:42:52 +00:00
use the real module path
aneurin commented on pull request cloud/ultrashorty#3 2026-09-07 15:42:38 +00:00
reject non-3xx status codes; close the CSV file; add tests

Approved. Go ahead and merge and extract the remaining test gaps into issues for another day.

aneurin commented on issue zampler/zampler#13 2026-09-07 15:38:28 +00:00
Replace deprecated (archived) home-brewed packages

Do this as a WIP PR. I'm aware it's a very big change so break it down into multiple commits to help track progress.