| 01:23 | <MikeSmith> | cool to see that WebKit is going to remove all Web Components code |
| 01:23 | <MikeSmith> | forward progress |
| 07:36 | <Wardrop[home]> | Where's a good place to share or propose an idea for a CSS feature? |
| 07:37 | <Wardrop[home]> | Should I find the appropriate mailing list and submit it to that? |
| 08:53 | <gsnedders> | jgornick: Opinion needed |
| 08:53 | <gsnedders> | jgornick: And you're the wrong person. |
| 08:53 | <Ms2ger> | jgornick, why do you conflict with jgraham? |
| 08:53 | <gsnedders> | jgraham: Opinion needed: do we support 3.0/3.1, given we don't have Travis CI running against them? |
| 08:54 | <gsnedders> | Wardrop[home]: http://wiki.whatwg.org/wiki/FAQ#Is_there_a_process_for_adding_new_features_to_a_specification.3F applies, but replace whatwg⊙wo with www-style⊙wo |
| 11:53 | <gsnedders> | Ergh, I want to drop support for Python < 3 right now. |
| 11:54 | <Ms2ger> | Nooo |
| 11:56 | <gsnedders> | I don't think it's viable, however. :P |
| 15:54 | Ms2ger | looks for TabAtkins |
| 15:57 | <matjas> | Ms2ger: would you mind bumping the Anolis version number every now and then, and tagging each release through `git tag`? |
| 15:57 | <matjas> | Ms2ger: that way I could create a Homebrew formula to (more) easily install Anolis on other machines |
| 15:57 | <Ms2ger> | There's no git involved, so using git tag will be annoying |
| 15:58 | <Ms2ger> | But I can bump version numbers, I guess |
| 15:58 | <matjas> | Ms2ger: just tag it the same way you’ve tagged older releases, then. as long as it shows up here it’s all good https://bitbucket.org/ms2ger/anolis/downloads → “tags” |
| 16:15 | <Ms2ger> | Mm, I bet that was gsnedders |
| 16:16 | <gsnedders> | XD |
| 16:19 | <matjas> | `hg tag 1.2.3` should work |
| 16:27 | <gsnedders> | jgraham: https://github.com/html5lib/html5lib-python/issues/21 is the last thing blocking 1.0b1 |
| 16:29 | <Ms2ger> | While we're on the topic of pypi, maybe you should give me permission to do that with anolis :) |
| 16:30 | <gsnedders> | Ms2ger: I was going to ask you about that when I posted that bug report. But you weren't on IRC. :P |
| 16:30 | <gsnedders> | Ms2ger: Your username just Ms2ger ? |
| 16:30 | <Ms2ger> | Probably |
| 16:31 | Ms2ger | looks |
| 16:31 | <gsnedders> | Ms2ger: User doesn't exist. |
| 16:32 | Ms2ger | kicks pypi |
| 16:32 | <Ms2ger> | Silly restrictions on passwords |
| 16:34 | <Ms2ger> | gsnedders, okay, try again |
| 16:34 | <gsnedders> | Ms2ger: You are now an owner. |
| 16:35 | <Ms2ger> | w00t |
| 17:13 | <aleray> | Hi, can I pretty print an etree tree? |
| 17:13 | <aleray> | using html5lib python |
| 17:13 | <aleray> | and lxml tree |
| 18:06 | <gsnedders> | aleray: Well, lxml support pretty_print; etree you have to do something manual for. |
| 18:06 | <gsnedders> | aleray: lxml.etree.tostring has a pretty_print argument |
| 18:07 | <aleray> | gsnedders, this is what I have at the moment: http://dpaste.com/1076865/ |
| 18:33 | <Ms2ger> | gsnedders, how do you upload packages to pypi? |
| 18:33 | <Ms2ger> | There seems to be a way to use ssh, but I can't get it to work |
| 18:34 | <gsnedders> | Ms2ger: Does python setup.py sdist upload not work? |
| 18:35 | <Ms2ger> | Upload failed (401): You must be identified to edit package information |
| 18:35 | <gsnedders> | Ms2ger: Can't remember how you tell it how to authenticate |
| 18:35 | <Ms2ger> | Python packaging definitely is a circle of hell on its own... |
| 18:35 | <gsnedders> | python setup.py register? |
| 18:35 | <gsnedders> | http://docs.python.org/2/distutils/packageindex.html |
| 18:36 | <Ms2ger> | Aha, that looks better |
| 18:37 | <gsnedders> | Ms2ger: When did I last make a PyPi release? Years ago. :P |
| 18:43 | <Ms2ger> | gsnedders, I can understand why :) |
| 18:53 | <Ms2ger> | matjas, if you read the logs: https://bitbucket.org/ms2ger/anolis/get/1.2.zip |
| 18:53 | <Ms2ger> | Also https://pypi.python.org/pypi/anolis and http://pythonhosted.org/anolis/ |
| 20:57 | <jgraham> | gsnedders: I care not a jot for python 3.x < 3.3 |
| 20:57 | <jgraham> | And I have tried logging a support request for the pypi thing |