larryonoff

Results 47 comments of larryonoff
trafficstars

I have an issue when importing this library into my Swift Package. This PR fixes this.

I'll make PR today. Maybe there're a bit simpler solution.

Please see https://github.com/johnxnguyen/Down/pull/268

> @johnxnguyen any plans to merge this PR? Being able to build a working xcframework would be really helpful! I just copied Down to our local repos for the moment....

@johnxnguyen could you please check this PR and if it's fine make new release?

@johnxnguyen our team develops internal framework. Some of the packages use external dependencies like Down. The structure of our main app is: App imports InternalSDK.PackageX, InternalSDK.PackageX imports Down. We started...

Cleaned the project, updated all dependencies. As result "Missing required module 'libcmark'" for the current tag 0.11

> For now, the only workaround I could see is to add info fields to the actual payload of the GraphQL operations, but that's not a solution I'm comfortable with...

I also have doubts about `AnyMutation`, but I still find advantages. `AWSAppSyncOfflineMutationDelegate` events will remain the same in case of new parameters. `AnyMutation` can be easily replaces with protocols composition,...