Roman Tysiachnik

Results 13 comments of Roman Tysiachnik

Hey @ashisht85 Did you try to update `YPImagePickerConfiguration`? ```swift config.library.onlySquare = false config.library.isSquareByDefault = false ```

That's actually the only way to support dynamic frameworks via SPM: - **Carthage:** it is possible to modify build settings for the Sentry target by manually changing `MACH_O_TYPE` to `dylib`...

@designatednerd Here's how the schema looks like (yeah, it is json) | First run | Second run | | :--: | :--: | | | | We fetch schema on...

Cool, thanks a lot for your time😇

Is that PR not in progress anymore?

@mcmurrym I don't know if @johnhammerlund is have something else to fix, but on Travis, everything works fine, except performance tests on Ruby 2.0.0, when on 2.1.1 everything is fine....

@SimplyDanny Is there a way to release that fix in a fix release? We had about 7-10 rules to exclude generated files recursively, and our swiflint script took about 1...

@sergdort hi. Thanks for your issue. I've tried this code and yeah, for some reason it doesn't cover navigation bar. We're still looking for ways to make it work better...

Thanks @Aditi3 for the reply. Unfortunately, the v5.4.0 update doesn't solve our issue. We use carthage to pre-build Adjust as an xcframework on our own. The reason for that is...