Mahmood Tahir

Results 35 issues of Mahmood Tahir

We started getting this warning on Xcode 13 on watchOS extension. I am not sure at the moment what symbol it is using that's extension unsafe but any help would...

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I would like to be able to use throwing calls in...

bug
help wanted

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I think we should add support for swift Concurrency framework (async/await)...

* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? Ran `pod trunk register 'EMAIL' 'NAME'...

Adding an option to `dump` to render all children without requiring implementations for the `AnySnapshotStringConvertible` protocol default value. Also create several other protocols to control how children are processed for...

Currently if we create a window and try to record a snapshot it crashes when running the full suite. In order to fix it we can avoid adding it to...

**Describe the bug** For an `NSObject` subclass I cannot use `.dump` to create a snapshot to include children **To Reproduce** [dump-demo.zip](https://github.com/pointfreeco/swift-snapshot-testing/files/8448079/dump-demo.zip) **Expected behavior** When I write an extension of my...

**Describe the bug** If I try to run a snapshot test for a view controller but by adding it into a window myself, it causes a crash **To Reproduce** ```swift...

I would like to be able to extract the total number of tests executed and total failures from the `xcresult` file. Is that an output available with trainer or can...

I'm trying to install Sourcery using SPM and Commandant has a dependency on Nimble 8.0.0 and my project has 9.0.0 so the mismatch isn't letting me install.