William

Results 31 comments of William

Probably too late but for anyone else wondering, drag the Assets folder somewhere in your project, and then replace the end of the `imageForType` method starting at `let path =...

The stopwords seems to be the culprit :~) I don't think the issue is with `retain_word_objects`, as each different interest name is much less than 1,000 words each. How would...

Found a solution using Alamofire! Using `request.response(queue: someQueue)` on the Alamofire Request body lets you run on a thread that works :~) Here's my full implementation, you'll need to change...

Having this issue too

Was thinking of having better documentation when this type of crash occurs in development, I'll see what I can do 😄

This looks good! At the moment we're trying to not install too much in terms of extensions on the VM instances, so if the extensions could possibly be moved to...