Guillermo Muntaner

Results 4 issues of Guillermo Muntaner

Hello everyone! In order to extend the collection I am looking for new fresh ideas. Thanks.

help wanted

**Describe the bug** Custom `URLSessionConfiguration.httpCookieStorage` are not honored: ``` public extension Session { static let customSession: Session = { let sessionConfiguraton = URLSessionConfiguration.default sessionConfiguraton.protocolClasses?.insert(NFXProtocol.self, at: 0) sessionConfiguraton.httpCookieStorage = customCookieStorage return...

bug

Had an issue (reproduced in your App) when transcoding from a 620x714 video input to a scaled down 555x640 output. The encoder was throwing during configuration. After some research this...

Hi, i'm creating a new app and I found this library fantastic. However I noticed an incoming problem with iOS 8: By using a custom share interface (which is a...