Corey

Results 31 issues of Corey

Update CI to latest Xcode

## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue pg-promise and related dependencies are...

Are you able to release a package with the latest changes? I’ve created a package that depends on parse-auditor, but I currently have to link it to github due to...

swift-async-algorithms is currently not on the latest version

The framework crashes when you stream using: `OCKOutcomeQuery`, `OCKCarePlanQuery`, `OCKContactQuery`, `OCKPatientQuery`, `OCKTaskQuery`. Most likely happens with a standard fetch as well, but I didn't test those... Resulting in: This can...

Updates dependency to `0.5.0`

CareKitUI currently can't be built for macOS due to its use of UIKit. In addition, the whole framework currently doesn't build for visionOS. Close #515. Tracking the build across all...

Many of the types in CareKit are structs that conform to `Equatable`, but not `Hashable`. My guess is because these types pre-date SwiftUI. This causes issues when using the respective...

Fixes a bug when attempting to save multiple outcomes that are related to different taskUUID's. In the case of this type of save, an error is thrown since there's a...