2026-03-23 - 2026-09-23
Overview
10 Pull requests merged by 1 user
Merged
#2 Add DedupeStrings to remove repeated values from a string slice
Merged
#4 Add ChunkStrings to split a string slice into fixed-size batches
Merged
#6 Add TruncateString to shorten a string without splitting a character
Merged
#8 Add CollapseWhitespace to squeeze runs of whitespace into single spaces
Merged
#10 Add Slugify to turn text into a lowercase hyphenated slug
Merged
#12 Add HumanBytes to print a byte count in a readable form
Merged
#14 Add RandomHexString for unguessable identifiers and tokens
Merged
#18 Add AtomicWriteFile to replace a file's contents in one step
Merged
#16 Add FileExists and DirExists for checking what is at a path
Merged
#20 Add SHA256File to get the checksum of a file
10 Issues closed from 1 user
Closed
#1 Add DedupeStrings to remove repeated values from a string slice
Closed
#3 Add ChunkStrings to split a string slice into fixed-size batches
Closed
#5 Add TruncateString to shorten a string without splitting a character
Closed
#7 Add CollapseWhitespace to squeeze runs of whitespace into single spaces
Closed
#9 Add Slugify to turn text into a lowercase hyphenated slug
Closed
#11 Add HumanBytes to print a byte count in a readable form
Closed
#13 Add RandomHexString for unguessable identifiers and tokens
Closed
#17 Add AtomicWriteFile to replace a file's contents in one step
Closed
#15 Add FileExists and DirExists for checking what is at a path
Closed
#19 Add SHA256File to get the checksum of a file
10 Issues created by 0 users
Opened
#1 Add DedupeStrings to remove repeated values from a string slice
Opened
#3 Add ChunkStrings to split a string slice into fixed-size batches
Opened
#5 Add TruncateString to shorten a string without splitting a character
Opened
#7 Add CollapseWhitespace to squeeze runs of whitespace into single spaces
Opened
#9 Add Slugify to turn text into a lowercase hyphenated slug
Opened
#11 Add HumanBytes to print a byte count in a readable form
Opened
#13 Add RandomHexString for unguessable identifiers and tokens
Opened
#15 Add FileExists and DirExists for checking what is at a path
Opened
#17 Add AtomicWriteFile to replace a file's contents in one step
Opened
#19 Add SHA256File to get the checksum of a file