Alex Bush

Results 6 issues of Alex Bush

Thank you for putting such a great TLDR! I've been scouring the web but I can't find any good explanations on how to share css styles between larger DOM or...

iOS 13 introduces new SceneDelegate that suppose to take care of all UI related instantiations and takes that responsibility away from AppDelegate. Now app delegate suppose to setup dependencies and...

iOS

Hi, is there a way to run the script not for the whole project but just for a Swift module or a framework?

Hi, love the gem, works like magic with a brand new Swift project but when I run the script for an existing production codebase I get the following output in...

Seems like I'm getting double results when Needle identifies missing dependencies. ``` ios % needle generate upkeep/NeedleGenerated.swift Source warning: ❗️ Could not find a provider for (userDefaults: UserDefaults) which was...

I am going through migrating a legacy codebase onto using Needle and encountered circular dependencies. Some of my scopes have children scopes that in turn declare one of the great...