Martin Man

Results 98 comments of Martin Man

> @dannys42, @mman - Modified the PR to clean things up and match the other related repos that just rely on loading the Package.swift to dynamically generate the xcode project,...

@mtrezza So I made some good progress on making `npm test` pass on my local machine talking to AWS S3. Couple issues remain: 1/ The interface for `FilesAdapter.getFileLocation` (https://github.com/mman/parse-server/blob/af72a4753967ad5c015f800830510bf928bdc107/src/Adapters/Files/FilesAdapter.js#L64) declares...

@dennisjenkins75 I can confirm the behavior, the `data` parameter is correctly transmitted to the server side, but is not present on the client side.

@dennisjenkins75 I have looked into the code, and it should be fairly trivial. Right now it only copies the `data` supplied to `enet_host_connect` directly into the outgoing packet, and forgets...

@lsalzman Right, that's a good point, I have worked around that limitation in a similar way but I remember being confused during my early days the same way as @dennisjenkins75....

I have taken a quick look at the linked code, will see if I can come up with a failing test first and then fix the logic... it's like a...

@Jeehut How do you `swift build` and `swift test` usually... On my swift 5.7 system the build/test fails: ``` € swift test --disable-sandbox Building for debugging... /Users/mman/Developer/BartyCrouch/Tests/BartyCrouchTranslatorTests/Secrets/Secrets.swift:8:33: error: 'module' is...

@Jeehut I have attempted to fix this via https://github.com/FlineDev/BartyCrouch/pull/267. I tested against my limited setup, works as expected but I am not sure if I did not accidentally break anything...

@mtrezza Very vague future request, but I think the OP wanted to point out that when your iPhone app uses and supports Live Activities (https://developer.apple.com/documentation/activitykit/updating-and-ending-your-live-activity-with-activitykit-push-notifications) you can actually ask the...

I believe this should be addressed by https://github.com/parse-community/parse-server-push-adapter/pull/238.