Garrett Reynolds

Results 23 comments of Garrett Reynolds

@jtackaberry, I admire your dedication to the user. It's inspiring to hear someone caring so much about user privacy and less about money. I'd be really sad to see this...

This issue can be closed now, right? Seems the fix (#136) is on `master` now.

Note: this page no longer has instant.page on it.

Oh my bad! I was on a very outdated version that was somehow already installed on my machine (`libtidy-0.99.so.0.0.0`). I upgraded to `libtidy.so.5.2.0` and the above issue is no longer...

I just tested again after having updated the underlying `libtidy` and now it works as expected: ```python In [1]: from tidylib import tidy_fragment In [2]: doc, errors = tidy_fragment('yup') In...

Agreed, this would be awesome! My `.isort.cfg` file is: ``` [settings] multi_line_output=5 ``` (to see what "5" looks like, see [here](https://github.com/timothycrosley/isort#multi-line-output-modes)) and it seems this won't play nice with YAPF...

@c4software what do you think of this? Would be nice if people could just do something like: ``` pip install python-sitemap python-sitemap --domain http://blog.lesite.us --output sitemap.xml ``` Much more user-friendly...

Awesome! That'll be pretty cool, let me know if you want any help!

Coincidentally, I'm adding a `requirements.txt` file in [this PR](https://github.com/c4software/python-sitemap/pull/62/files#diff-04c6e90faac2675aa89e2176d2eec7d8R9). If the decision is made that that is desirable and the PR is merged, then you could add a line to...