Martin Man
Martin Man
Could anybody please chime in how to properly invoke the objc-\* scripts when objc-codegenutils are added as Xcode subproject? I'd be happy then to add it to the README. I...
Yep, the test app shows a nice RunScript that works well when the main app target is for the Mac but fails when the main target is for iOS, the...
The issue appears to be that Xcode always archives the subproject targets using the "Release" configuration regardless what the main project configuration is... thus changing the Run Script to the...
https://github.com/parse-community/parse-server-s3-adapter/blob/master/index.js#L113 will have ``response.Key`` contain the real filename uploaded to S3. There is currently no way to propagate that officially to the Parse Sever.
Once Parse Server 4.2 with support for file triggers is out, I propose to retire the ``generateKey`` option to S3 adapter entirely since it is broken anyway. Thoughts? https://github.com/parse-community/parse-server/pull/6344
Sorry @davidhorstmann-arm it took me so long to get back into it. I am actually interfacing mbedtls from swift so I had to double check what I am looking at...
And when I try to feed in the subject escaped as returned back, it will not be accepted by `mbedtls_x509write_csr_set_subject_name` returning error `-9088`.
The following dependencies seem to have resolved the issue for now, but since I do not use graphql or apollo, I am not sure if these will be required from...
@ricky641b It was not necessary to remove Cocoapods and Carthage build files. But I did it to have clean table. To simplify `Package.Swift` I moved files around and did not...
I am new to this topic and got bitten by this today. Installed ambassador according to DO tutorial, and it correctly for performance reasons specifies to use ``externalTrafficPolicy: Local`` to...