Jonathan Rothwell
Jonathan Rothwell
When viewing a Ghost site using a screenreader, the Toggle card (to allow people to show/hide text in a box) does not work properly. I have tested this with VoiceOver...
Sometimes, the best solutions are the ones that don’t exist. The ones where we’ve taken a step back and said, “let’s do something low-tech,” or “let’s not do anything at...
Add some more substantial performance tests to deal with a more substantial number of migrations (100? 1000? 10000? To what extent can we try to overflow the call stack?)
[Swift Testing](https://developer.apple.com/xcode/swift-testing/) is a new testing framework built for Swift which offers improved legibility and organisation over XCTest. When the new releases of the OSes and Xcode come around in...
Conform `Never` to `VersionedCodable` in line with [SE-0396](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0396-never-codable.md). This might allow for `Never` to become the 'stopper type' to indicate that there are no earlier versions of a type, replacing...
For an unclear reason, builds are currently failing for Swift 5.7, 5.8, and 5.9 [on the Swift Package Index](https://swiftpackageindex.com/jrothwell/VersionedCodable/builds) for v1.2.0 and above. * Determine why * Stop it failing...
The code samples in README.md aren't quite right. The type names differ amongst the samples. You can't copy/paste them into code and have them compile.
The intention is that this will help with identifying the issues in #24 by actually building them as part of our CI.