Backports
My SwiftUIBackports library has been extremely successful and popular and I’m so glad developers have found a use for it in their projects, enriching the access to modern SwiftUI features all the way back to earlier OS versions. Something that’s been a burden for me personally however is that I want to include pure Swift […]
SwiftLog + String Interpolation
Write private string interpolated logs using SwiftLog and OSLog style string interpolation.
Code Review with Git Worktree
You’re in the middle of a refactoring session, code review, or otherwise unable to commit and you need to checkout another branch? Use a Git Worktree to leave your current changes undisturbed.