Results 8 issues of bcbeta

# v2 ticket Currently I am having issues with very flat Y axis scales- Based on #113, I've replaced ``` extension CGPoint { static func getStep(frame: CGRect, data: [Double]) ->...

v2

# v2 ticket ## Ticket description: I have used the V2 beta to get a rough version of my upcoming widget for iOS 14 working. Since widgets do not allow...

v2

I am getting an empty response when trying to obtain auth token from Spin via https://web.spin.pm/api/v1/auth_tokens. This had previously been working for me. Anybody else having this issue?

provider:Spin

Any leads on an api for the new Lyft scooters in Denver?

new provider

Request.accuracy sets the minimum accuracy so that any location with worse accuracy is discarded. How does one set the desiredAccuracy of the LocationManager for example to kCLLocationAccuracyBestForNavigation?

Is it possible to determine if the PFUser is connected to Apple Sign in so that I don't grab the username which is appears as a random collection of letters?

- [X ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-Swift/security/policy). - [X ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). - [X ] I have searched through [existing issues](https://github.com/parse-community/Parse-Swift/issues?q=is%3Aissue). - [X...

type:bug
bounty:$20

It looks like line 175 of the api- ` $after = 'AND date_occurrence>"' . $date_string->format('Y-m-d H:i:s') . '" ';` should be ` $after = 'AND date_occurrence>"' . $after_string->format('Y-m-d H:i:s') ....