Michael Hulet

Results 11 comments of Michael Hulet

As I read through all the logs, I'm thinking it's that the `master` brach hasn't been converted to Swift 3

I've had PR #68 open for the past 10 days or so which fixes my issues with using this library in an Objective-C project in the latest Xcode 10.2

At the risk of the Spotify developers breaking this method in later versions, too, I found a way to persist and recreate `SPTSession` objects between launches. At first, I noticed...

I just pushed some commits to fix the previous merge conflicts with the latest `master` branch, so I'd really love to see this get merged/released sometime soon (cc: @csvenja @Cee...

Rendering a `GeometryReader` as a `background` of the `Button` and making the `popover` a modifier of a `Spacer` in the `GeometryReader` and setting its `excludedFrames` to contain the `GeometryReader`'s `frame`...

That seems to work for some endpoints and not others. For example, when I run this code: ```javascript async (request, response) => { const {body: data} = await yelp.allCategories({locale: "sv_SE"});...

It looks like the full list of functions that the API officially supports it but I wouldn't be sure how to do this would be: - [Business Details](https://github.com/tonybadguy/yelp-fusion#business-details) - [Reviews](https://github.com/tonybadguy/yelp-fusion#reviews)...

Everything there works for me! I think that's all the endpoints I need for my app, so I'd love to see this released on NPM. I'm gonna leave this issue...

I came to a partial solution for this an PRed it with #73, but that strictly supports cases where the view that's presented in the popover has its own properties...

Awesome! If you wouldn't mind commenting on this issue when it's available, I'd appreciate it 🙂