Alain Hufkens

Results 5 issues of Alain Hufkens

When using the latest Xcode (9.3) I get this error: RandomKit/Sources/RandomKit/Extensions/Swift/Collection+RandomKit.swift:84:17:` Invalid redeclaration of 'uncheckedRandom(in:using:) in: ``` extension RandomRetrievableInRange where Self: Collection, Self.Index: RandomInRange, Self.IndexDistance: RandomToValue { /// Returns a...

When using the latest Xcode (9.3) I get this error: RandomKit/Sources/RandomKit/Extensions/Swift/Collection+RandomKit.swift:90:73: Type 'Collection.IndexDistance' (aka 'Int') in conformance requirement does not refer to a generic parameter or associated type in: ```...

We are using async functions and we ran into a problem while generating mocks. We have an APIClient that has these methods: ``` func request(_ request: URLRequestConvertible) async throws ->...

Hi, I have a bug when I configure a grid with only small items. Somehow the end of the collectionview is not calculated correctly. This is the grid scrolled down:...

I know that development has stopped, but it would be nice if we could keep our old apps running on the new iOS versions as long as possible. I converted...