Vincent Esche
Vincent Esche
> (1) Is it correct that this change will require iOS 10? This is indeed the case. While `NSLocale` has been available for years, the particular properties have only been...
Any chance to get this merged @stephencelis @mbrandonw?
Hi @mbrandonw, no worries. To be honest transforming swift-snapshot-testing into a modular and extensible ecosystem within its own Github organization would be even better! I would be happy to join...
Any chance to get this merged @stephencelis @mbrandonw?
FYI: Snapshotting via `.pdf` could possibly provide a solution for some of the issues discussed in https://github.com/pointfreeco/swift-snapshot-testing/pull/225.
It might be a good idea to look into refactoring `func snapshotViewAsImage` & `func snapshotViewAsPDF` into a visitor-pattern to provide a convenient customization entry-point without needing to copy & paste...
Oops, didn't mean to close this PR. @stephencelis any chance you could have a look?
One way to achieve optimally distinguishable colors is to [sample from a golden ratio distribution](https://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/). For this to work properly one would need to keep an `AUTO INCREMENT` identifier, assigned...
Given that SwiftUI's `Color` essentially makes use of UIKit's `UIColor` and named `Color` (e.g. `Color.red`) maps to its corresponding named `UIColor` I would just do the color handling in `UIColor`...
I suppose it would be sensible to use `"nio.caption"`, rather than `"m.caption"`?