Simon Bromberg
Simon Bromberg
When I run from Xcode on a physical iPhone (tried both an iPhone 7 and an iPhone XS) the app crashes when it's pushing to a view that has a...
https://docs.fastlane.tools/actions/ensure_git_status_clean/ For the parameter `ignored` the description says "The flag whether to ignore file the git status if the repo is dirty" I'm not clear on what that means. Looks...
Occasionally getting an error on CI > SnapshotTesting/UIImage.swift:24: Fatal error: Unexpectedly found nil while unwrapping an Optional value This is referring to a line here: https://github.com/pointfreeco/swift-snapshot-testing/blob/main/Sources/SnapshotTesting/Snapshotting/UIImage.swift Which has some force...
Using this action with `lfs: true` and I create a PR which modifies some images used for snapshot tests, subsequent runs on the same CI machine with different branches that...
Any view controllers that I have inside of a `UINavigationController` or `UITabBarController` are tracked twice. Once via the `viewDidAppear` of the parent, and once via the `viewDidAppear` of the child...
`quaternarySystemFill` is too light, and the [documentation](https://developer.apple.com/documentation/uikit/uicolor/3255068-quaternarysystemfill) says > Use this color to fill large areas that contain complex content, such as an expanded table cell. Whereas `tertiarySystemFill`'s [documentation](https://developer.apple.com/documentation/uikit/uicolor/3255076-tertiarysystemfill) says...
Looks like it's supported in the code but when I tried it I got > Could not find option 'inline_assets' in the list of available options: result_bundle_path, result_bundle_paths, binary_path, enable_junit...
Is there a way to specify a SwiftFormat version in the `.swiftformat` file so that when you run `.swiftformat` and your local version of SwiftFormat does not match the version...