Ian Leitch

Results 54 issues of Ian Leitch

It'd be awesome if you could support a recursive glob, e.g `/some/path/**/*.swift` which would match arbitrary nesting. Thanks for PathKit, love it 🤘🏼

enhancement

``` [!] The 'Pods-TTCore' target has frameworks with conflicting names: crashlytics.framework and fabric.framework. ``` I'm getting this during the pod install phase, how can I debug this?

bug

Given the following code, is it possible to detect that the `Int` constraint isn't used? ```swift class ValueHolder { let getValue: () -> ValueType init(defaultValue: ValueType, getValue _getValue: @escaping ()...

enhancement

This is need so that we can identify individual unused @IB* declarations.

enhancement

> Original issue: https://github.com/peripheryapp/issues/issues/3 by [ateliercw](/ateliercw) Given a simplified example of: ``` import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() self.title = [String](title: "Title").first } } extension...

bug
apple bug

Hey all 👋 I'm new Vapor and loving it so far! My prior development experience is most recently iOS, but before that I was an SRE using Rails. I've discovered...

enhancement
help wanted

In order to present a modal view controller, its parent view controller must already be a member of a window hierarchy. Therefore given that SnapshotTesting prepares its window internally, there's...

It'd be nice to have the difference % output in the console, then I can more easily choose an appropriate precision value.

When the pattern is wider than the success/failure text, the final text is incorrect. ``` . My text .. My text ... My text ✔ My textxt ``` Using version:...