pjechris

Results 7 comments of pjechris

Using a property wrapper would mean having Swinject inject those dependencies as well when doing unit test. Doing that we would change Swinject from a dependency injection container to a...

Not really sure how we should do it, maybe by combining it with states? ```swift let blueBtn = Style() { $0.extends(otherStyle) $0.when(state: .hover) { $0.extends() } let trait = TraitCollection()...

We could in fact handle traits this way and refactor states afterwards.

There's no release plan for now but any PR to upgrade to Xcode 10/swift 5 is appreciated. Although I'd recommend to make it against 0.20, 0.30 is an alpha version...

I've been struggling with this issue for hours. Thanks for the tip!

@orta any chance to have a new release soon? can't start testing danger-swift because latest release (3.16.0) does not contain the fix. 🙏