Blair McArthur

Results 7 issues of Blair McArthur

If you look at the `isDrawingValuesAllowed` function in `ChartDataRendererBase`: ```swift @objc open func isDrawingValuesAllowed(dataProvider: ChartDataProvider?) -> Bool { guard let data = dataProvider?.data else { return false } return data.entryCount...

So we have some xibs where we have a UIViewController and another object in the xib (you can do this by dragging in an Object from the Object Library) and...

Not sure if this is possible, but i'd love a rule that enforces colon position for dictionaries, I like dictionaries to be defined as `[Key : Value]` with a space...

rule-request

Method's should be in correct doge syntax like so: ``` objc - (void)wowDoge:(id)doge suchString:(NSString *)veryString muchError:(NSError *)wow; ```

enhancement

### What's the uncaptured output? In the `Resolved source packages:` output, when you have private packages that point to a branch they look like this: `MyPackage: [email protected]:MyOrg/MyPackage.git @ my-branch (SomeCommitHash)`...

uncaptured output

### Describe the bug Hi there. We noticed recently that the steps you suggest to track network requests automatically with RUM cause memory leaks due to an important detail that...

documentation

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...