Ben Packard

Results 11 issues of Ben Packard

I'm not sure if this is easily available in the source data but it would be helpful to know whether each score is for a preseason/regular season/postseason game.

I have a functioning Parse Server up and running and an iOS app successfully accessing it. Everything has been running well for a couple of years. I didn't add a...

type:question

iOS 13 introduced a new default modal presentation style that allows the user to dismiss with a downwards gesture. Unfortunately this interferes with dragging from one star rating to another...

### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/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-SDK-iOS-OSX/issues?q=is%3Aissue). -...

type:bug
bounty:$50

It would be neat if MacOS was supported. Current output when attempting to install via Cocoapods: ``` [!] The platform of the target `` (macOS 10.12) is not compatible with...

enhancement

Based on https://github.com/wordpress-mobile/AztecEditor-iOS/pull/860, I would expect that captions are aligned with their attachment. Specifically: However, captions are always left-aligned. **To Reproduce** 1. Open the Aztec Editor demo app 2. Add...

[Type] Bug
[Priority] Low

According to the comment [here](https://github.com/wordpress-mobile/AztecEditor-iOS/blob/f07a2cb27cebdd721371d476a74f3137252398e0/Aztec/Classes/TextKit/TextView.swift#L240), the `captionStyler` is a closure that "will be executed whenever the `TextView` needs to set the base style for a caption". We are told we...

[Type] Bug
[Priority] Low

### Expected behavior Some functions of the `TextViewAttachmentDelegate` protocol should be considered optional since the functionality they provide is not required for many instances of a `TextView`. Specifically, the selection...

[Type] Enhancement

It would be great to have some way to specify the timezone to use when displaying dates in Parse Dashboard `createdAt`, `updatedAt`, etc.

type:feature
bounty:$50

1. Enter a string and tap return to tokenize it 2. Use back-delete to highlight the token 3. Type some characters Expected: The new input replaces the existing token Actual:...