Greg Gardner
Greg Gardner
For my needs I decided to add a new AttributedLabelSegment which can be used to set the attributedText on the label. This allows you to use much more than just...
### Step 0: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a GitHub issue. * If this is...
If you include SpotifyAPI using Swift Package Manager, it includes the SpotifyExampleContent in your resulting app, adding several megabytes of unused content into your app. I've removed it from my...
If you include SpotifyAPI using Swift Package Manager, it includes the SpotifyExampleContent in your resulting app, adding several megabytes of unused content into your app.
In Xcode6/IOS8 the #defines in iNotify.m cause compilation to fail with the error "Duplicate declaration of method 'self'"
Would love to be able to use Nearby Messages in my tvOS app as well. Thanks.
The encoder doesn't handle encoding and decoding characters like em dash and smart quotes properly and when decoded they turn into funky characters. This code: ``` let text = "This...
DynamoDBEvent.Decoder isn't currently handling the case where .binary attributes are base64encoded strings and throws an error ### Motivation: If you try to use DynamoDBEvent.Decoder on binary values, it throws an...
### Expected behavior binary values in a DynamoDBEvent, coming in as base64 encoded strings, should get decoded properly when using the DynamoDBEvent.Decoder ### Actual behavior If you try to use...