David Brunow

Results 13 issues of David Brunow

These were removed in this commit: https://github.com/Carthage/Carthage/commit/ba6bc290413bf83e0dfbd28c3c498bbc2656023c The tests on GitHub Actions have been running faster than the tests on Travis. Unfortunately the GitHub Actions do not support Xcode 10.1...

enhancement

This action will run SwiftLint and report any issues in-line with the code file changes. It is using this action: https://github.com/marketplace/actions/github-action-for-swiftlint

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to lint all of my code files and want to be able to pass...

enhancement
good first issue

This pull request proposes additional documentation for image-based view snapshots around hosted tests and `drawHierarchyInKeyWindow`. I've been using the snapshot testing library for over a year and hosted tests for...

Given this snapshot test: ```swift @available(iOS 14.0, *) func testTextEditor() { let textEditor = TextEditor(text: .constant("")) .frame( width: UIScreen.main.bounds.width, height: UIScreen.main.bounds.height ) .border(Color.black) assertSnapshot( matching: textEditor, as: .accessibilityImage, named: nameForDevice()...

bug
VoiceOver parity
P1: High Priority
Switch Control parity
Voice Control parity

I've found that when using a `NavigationStack` in a SwiftUI view accessibility snapshot puts the contents of the navigation bar below the contents of the view that is contained in...

bug
VoiceOver parity
P1: High Priority
Switch Control parity

This pull request shows an example implementation of changes that could be made to enable module stability for the Danger dependency used by Dangerfile.swift. It also builds a universal binary...

- **Date:** 2023-10-19 - **Resolution:** Open - **Area:** Xcode Cloud - **OS:** N/A - **Type:** Suggestion - **Keywords:** ## Description I've noticed that simulators running macOS Sonoma have more preferred...

- **Date:** 2023-10-20 - **Resolution:** Open - **Area:** XCTest - **OS:** N/A - **Type:** Suggestion - **Keywords:** ## Description For a little background, snapshot tests are tests where an image...