I noticed that the library was casting Data to NSData to access a subrange but there's support for that without having to bridge.
Random note: When I run the tests, the first couple of randomly generates images fetch fine but the rest fails and the tests do not fail because of that. It looks to me like that expectation.fulfill() is called too early
I noticed that the library was casting
Data
toNSData
to access a subrange but there's support for that without having to bridge.Random note: When I run the tests, the first couple of randomly generates images fetch fine but the rest fails and the tests do not fail because of that. It looks to me like that
expectation.fulfill()
is called too early