Anton Plebanovich

Results 38 comments of Anton Plebanovich

Faced with the same issue. It'd be awesome to merge this one.

I was able to reproduce with `pod 'Moya/Core', :binary => true`

You may try to build it with more aggressive size optimizations but more likely it won't help much so the answer is no.

Your controller view should be of type SCNView but it just an ordinary UIView. You can correct it by editing your storyboard/xib

Check that you have 7z installed https://github.com/dmsurti/AssimpKit#installation-with-carthage-ios-100-macos-1011 and that you have the latest master because otherwise you might have the issue with spaces in a path to a project https://github.com/dmsurti/AssimpKit/pull/100.

Have the same issue. Query escaping encoding shouldn't be applied to whole URL and instead to query only. Probably it should support all available encodings: `urlUserAllowed` `urlPasswordAllowed` `urlHostAllowed` `urlPathAllowed` `urlQueryAllowed`...

Demo code may be even simplier: ``` let realm: Realm = try! Realm() try! realm.write { realm.add(MyObject()) } let results = realm.objects(MyObject.self) _ = Observable .array(from: results, synchronousStart: true, on:...

@ironage Sadly, there is only `crash_info_entry_0: abort() called` entry attached to the crash report. I doubt I can have easy to reproduce steps because we have a lot of users...

Faced the same issue