Results 16 issues of Sarah Laplante

ex: [Ability](http://bulbapedia.bulbagarden.net/wiki/Ability) [Nature](http://bulbapedia.bulbagarden.net/wiki/Nature) [Items](http://bulbapedia.bulbagarden.net/wiki/Held_item) Other stats 4 moves

Very interesting: http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_body_style

I think just using entire sentences would work better than the current markov chains.

Being able to use NP numbers as a sort of primary key would be really helpful, plus it would let us use more of the pokemon api/bulbapedia.

look in the /color directory for some ideas

This may only be a problem with llc projections Code sample that recreates the bug: https://gist.github.com/ohnorobo/2718c0238c3dcc941dab

Format the floating point numbers output by `Path.d` to avoid a bunch of .x0000000000001 and .x999999999999 noise. Fixes https://github.com/mathandy/svgpathtools/issues/223. Changed behavior: - Numbers with small errors introduced by their floating...

Example ``` import svgpathtools d = "M70.63,10.42c0.11,0.33-0.89,2.09-1.54,2.45c-4.95,2.73-17.52,7.24-39.46,11.04" # path from KanjiVG p = svgpathtools.parse_path(d) # some kind of simple path modification not yet implemented print(p.d()) ``` outputs ``` M 70.63,10.42...

implementation examples and registering in configurl stay in x/ This will let us remove the dependency on x/ in outline-apps