Joseph Kokenge
Joseph Kokenge
Just had the same issue. 1. Go to your project file. 2. Click on your project on the left sidebar, then click the "Package Dependencies" tab. 3. Double-Click the ChartView...
This is just a flaw of yelp.... check out their app and search for restaurants, you'll likely get similar results as the api call.
https://www.yelp.com/developers/documentation/v3/authentication > To authenticate API calls with the API Key, set the Authorization HTTP header value as Bearer API_KEY. Just because there's no URL parameter does not mean that there's...
https://www.yelp.com/developers/documentation/v3/authentication > To authenticate API calls with the API Key, set the Authorization HTTP header value as Bearer API_KEY.
@RipTheJacker my solution will be to check if the date picked is before this coming Sunday. If it is, then that's our date..If not, subtract 604800 seconds (one week)
any updates on this? Seems like it pretty much blocks HorizonCalendar from being used in a SwiftUI context
I haven't seen any talk about giving SelectionSet sendable conformance. Is there a timeline on this, or reasoning why it's not already sendable?
just to double check, multiSearch is not available in the Swift SDK?
> Would casting the result of `actualView()` to the expected class work? > > E.g., something like: > > ```swift > let wrapperView = try foundWrapper.actualView() as? WrapperView > let...
Trying to look at creating a PR for this, looking to see the next step forward. It seems that I would need to somehow get the item out of the...