Duncan Babbage

Results 14 issues of Duncan Babbage

With iOS 15, macOS 12, and related updates, SwiftUI added an `onSubmit` method to add an action to perform when the user submits a value to this view. ([onSubmit(of:_:) documentation](https://developer.apple.com/documentation/swiftui/texteditor/onsubmit(of:_:)))...

I have a test I wrote to confirm a bug that I found, where the failure to include an `@Published` on an array in my viewModel meant that the view...

Xcodes is magic. Excellent work. It would be icing on the cake—entirely unnecessary, but a quality-of-life flourish—if Xcodes could automatically update the dock entries for Xcode and the Simulator application...

enhancement

Xcode 11 fundamentally changes the .xcresult file format. FBSnapshotsViewer would need to be updated in order to detect and parse test results in Xcode 11. I'm taking a look at...

Where a snapshot displays a regression, provides an option to reject a snapshot. This removes the snapshot test files from the test results directory, and removes it from the snapshot...

The current tests for Dark mode settings in FBSnapshotsViewer are flawed. The test "when settings doesn't contain AppleInterfaceStyle key" always fails on a macOS Mojave machine that is in Dark...

Complementary feature to the implementation of AutoRecord proposed to iOSSnapshotTestCase in this pull request: https://github.com/uber/ios-snapshot-test-case/pull/32. Enables image to be accepted (“swapped”) as a reference image, when an original reference image...

Simple PR that solely upgrades the flutter_inappwebview version to 5.8.0, which was released for Xcode 15 compatibility. Upgrading the dependency does not change any of the youtube_player_flutter's functionality, and resolves...

### Which packages are you using? stream_chat_flutter ### On what platforms did you experience the issue? iOS ### What version are you using? stream_chat_flutter: 7.1.0 ### What happened? Uploading a...

bug

Actions was made nullable in d93e351f4095d30a436fbf6ec3e3dc224e7905a1 but that same commit introduced a non-null assertion operator here which means it is valid to create a `KeyboardActionsConfig` with a null `actions` but...