byteface

Results 45 comments of byteface

have some methods done now. just need to unit test them to close this ticket.

See Makefile to run all tests: make test NOTE - default tests ubuntu. so will fail on window when terminal test runs. comment out locally if that's the case or...

that superformula looks only 2d? maybe the 3d one would render in blender if we just nabbed this formula... https://en.wikipedia.org/wiki/Superformula

flagging this as help wanted . as docs are getting more hits than the repo. about twice as many. probably due to google. so really beefing these up would be...

another note. just ignore 'warnings' when doing ```make html``` as long as it compiles is fine. Although if anyone can clear up the warnings then that's also useful.

date class is one heck of a curve ball. I've looked at that serveral times. Btw every functions needs tests. so if you find any missing please do jump in...

output of coverage report added to discussions

I found a lib that might be able to handle this. initial test seems to work. could be a fluke. if the Node class imitates etree Element seemed to do...

elementpath now part of 8.4 the webapi will wrap it and have 2 options.. fix non underscore based accessors on attributes. or add the underscore to any '@' symbols inthe...

on the terminal i noticed you have to wrap the 2nd param in quotes as some chars bork... i.e... ```domonic -x https://www.reddit.com/r/Python/ '//a[contains(@href, "http")]/@href'```