Seth Sandler
Seth Sandler
Is there an easy way to allow the '+' sign to be a valid character? Currently it returns false.
I'm not sure how to get this fully working. When I run the script it doesn't walk me through anything. What files are we supposed to edit? If I run...
Is there a reason for the minimum BPM to be 20? I currently have users that require BPM lower than this and my app previously supposed it. Is there a...
Are there any plans for adding cocoapods or Swift Package Manager support? It would help to maintain up-to-date versioning. For SPM, I believe you can point to xcframeworks to include....
Is there a way to allow folder/file creators to add user access level persmissions? For example, when uploading a file or creating a folder, the user could select which people...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
I'm creating a Condition that depends on the value of a SelectableSection. Using that tag of that section doesn't re-evaluate the Condition when the SelectableSection changes. The work around is...
I ran the steps in the readme, but when running the final command for docker-compose up, it gives the following error. `Error response from daemon: invalid mount config for type...
I'm using THSegmentedControl inside a tableviewcell. When a button is pressed in another cell, I reload the tableview and want to deselect or select all of the segments. When I...