Patrick Irlande
Patrick Irlande
Yes for now, we can't make a class `MockUsable`, if it inherits from another `MockUsable` class. We should avoid `static` variables indeed, but the challenge is to make sure the...
Best option I have in mind would be to make usage of factories for `MockUsable` types, like: ```swift protocol MockUsableFactory { associatedtype T: MockUsable func anyValue() -> T } ```...
This is a good idea indeed :)
I have the same issue, email domain is @yahoo.fr (not in the junk folder either). Works well with domain @me.com. Unfortunately my pod (InstantMock) is only registered with @yahoo.fr domain...
> I have the same issue, email domain is @yahoo.fr (not in the junk folder either). Works well with domain @me.com. > Unfortunately my pod (InstantMock) is only registered with...