Ian Leitch
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 🤘🏼
``` [!] 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?
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 ()...
This is need so that we can identify individual unused @IB* declarations.
> 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...
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...
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:...