David Kopec

Results 41 comments of David Kopec

I could be wrong, but wouldn't this mean that when you do a subscript, you are popping all of the elements before the index of the element you subscripted to?...

Yes, I did run it before submitting, @gunnarmorling. Thanks!

Thanks for creating the contest!

Sorry I should have been more clear. I meant the same **JVM**. I will update my issue.

I mean you could make the argument that allowing different JVM languages would also be interesting in terms of exploring different programmatic paradigms/memory models/standard libraries. It seems like an arbitrary...

That's a good question. I think we already went through attempting to make `Codable` conditional in an earlier version of Swift but ran into some compiler limitations. I would guess...

@kevflynn Did you ever post your solution?

@Pigpocket you won't get access to the hours of a business unless you do an additional API request using the business lookup call. The search call does return businesses, but...

@Pigpocket This framework does not use the GraphQL API. If you want to do that, you'll need to do that outside of the framework. Using Yelp Fusion (as this framework...

PS If all you are interested in is finding out what businesses are open now, there is an option for filtering by that in the search endpoint.