Peyman Khanjan

Results 24 comments of Peyman Khanjan

Having the same issue using `swift run` Maybe this needs be re-opened. ``` error: the package sourcery[https://github.com/krzysztofzablocki/sourcery] @ 0.15.0 contains incompatible dependencies: swifttrycatch[https://github.com/seanparsons/SwiftTryCatch.git] @ e7074a72e4d4dc516f391bc4d4afd8ca6a845b4b make: *** [update_project] Error 1...

Hi there, do we have any updates on this?

Can we please get this in? Seems good to me.

@s4cha Can certainly reproduce the issue now. We always have an item preselected in `refreshMediaRequest` being called from `initialize`. This used to be cleared out in `showMultipleSelection` but now has...

I have put a fix in place, it does resolve the problem! Hopefully won't break the current pre-selection functionality. @Ludotrico and @uxight Feel free to give my branch a go...

@macsrok @nmcc24 Is this still the case? I'm trying the example project o iOS 9 Beta 5 and seems to be fine.

Same here, is there any solutions for this yet?

Yes that's the only way. Clear in the code screenshot that was sent.

I feel that the property by default should respect the strategy. Don't really think it has much to do with @Expose decorator. Unless I'm missing something?

> `strategy: 'exposeAll'` is a strategy: it should mean that by default, everything is exposed. > > `excludeExtraneousValues: true` means if something outside the class is in the object, then...