Lucas Pereira

Results 4 issues of Lucas Pereira

I couldn't find in the docs/source code a way to set a `shippingContact` object for pre-filling the user address when making a purchase with Apple Pay through the Drop-In component....

feature request

![Screenshot 2019-07-02 at 11 11 47](https://user-images.githubusercontent.com/544727/60500504-be2d4a00-9cba-11e9-96b4-ca3078931f06.png) Returns `RATreeViewStylePlain` as a *default* in ```swift + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewStyle ```

I can't compiled it. I've added AFNetworking as well but it won't work. What am I missing? ![screen shot 2015-04-03 at 12 57 49 pm](https://cloud.githubusercontent.com/assets/544727/6984619/10aaeeb2-da01-11e4-9fa3-960554e98437.png)

I'm capturing microphone data from an inputNode tap, downsampling the buffer to 24khz with AVAudioConverter and finally encoding it with .opus24khz . I then add both the downsampled buffer and...