David Kopec
David Kopec
@Pigpocket In response to your first question, I don't know and you would have to ask the Yelp developers. My guess is that they want to keep the amount of...
Is the issue that the category names don't match the official category names, as outlined here: https://www.yelp.com/developers/documentation/v3/category_list I guess I'm not 100% understanding the issue either.
> What CSYFK has: case beerWineAndSpirits = "beer_and_wine" @Linger-Software I still don't understand why your specific example is an issue. As long as the rawValue (the literal String on the...
> the enum fruitsAndVeggies = 'markets'. When we call for the .raw value "markets", swift will value and say: "no enum matching [markets] found" That sounds like a very bizarre...
Hi @phkahler, You can find the existing documentation here: http://pplot.sourceforge.net It's very possible of course that something is just not working right in this fork. It's alpha quality at best....
Hi @phkahler, I added an example program in the `Examples` directory that shows how to setup the axes. Best, David
Thanks, yes interested in hearing what changes you would suggest making.
Sure, if you want to share a pull request I'll take a look. Please put it in an extension to `Graph` or `UnweightedGraph` in a separate file and tests would...
Sorry for the late reply and thank you for the contribution. This seems like a fairly large amount of code surface (not in absolute terms but in terms of comparison...
Thank you, that's very interesting. Have you considered publishing it as a paper?