Adam Wulf
                                            Adam Wulf
                                        
                                    it has been a long time! :) hope alls still well! i like the idea, definitely a good suggestion
that's a great idea, i just searched around and found http://pandoc.org/epub.html. this might be a good way to automatically build an ePub from the readme.
i played around a bit with pandoc today and generated an ePub file from the readme: http://www.applaunchguide.com/App-Launch-Guide.epub I'd like to get this automated, i'll keep this ticket open till I...
that's pretty interesting, hadn't seen that site before, thanks!
Hi! I'm glad to hear you're enjoying the library :) the method `findIntersectionsWithClosedPath:andBeginsInside:` is unfortunately named - it will in fact return intersection points for two unclosed paths. It's on...
Hi! I'm glad to hear you're finding the library useful :) I believe you'll be able to get what you want if you use an unclosed circle path. `UIBezierPath(ovalIn: frame)`...
Big thanks for the test case! I don't have time in the near-term to look into this, but when I finally do get time that test will be a big...
Hi @TianLong1989, unfortunately I wont have time to fix this in the near term. Depending on your paths, you might be able to scale them up by 10 or 100,...
Just merged master into this branch, and did a re-test of all the performance tests for both the baseline and this branch. Overall this looks like a solid win. For...
Added some more test cases from the ink you scraped. It's interesting, some of the tests like `testScraped35_board_0908` show no improvement. Others likes `testScraped41_board_bebc` or `testScraped15_board_6b3f` are 10% or 20%...