W. Trevor King

Results 439 comments of W. Trevor King
trafficstars

Long way to go still, but the node positioning and initial edge layout look good to me: ![list](https://cloud.githubusercontent.com/assets/209920/21388634/055c182c-c732-11e6-94cf-d723d5a154ff.png)

Bigger list graph (real data :) with a tweaked `dependencyWeight` (+0.1 for every open ancestor, instead of +0. Still +1 for every closed ancestor): ![bigger-list-graph](https://cloud.githubusercontent.com/assets/209920/21410909/2b4e58b2-c799-11e6-8fc7-c2bd12a9f9ff.png)

Closer. Still need to shuffle some space around in these wider cards and land some clip-paths. ![bigger-list-graph](https://cloud.githubusercontent.com/assets/209920/21411607/a3c78fe8-c79e-11e6-8559-ed4a953a13a0.png)

On Thu, Dec 08, 2016 at 08:16:53AM -0800, ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ wrote: > In general it's easier to use icons since you know they'll look the > same across everywhere you...

On Mon, Nov 21, 2016 at 10:14:11PM -0800, Nicola Greco wrote: > The bytes of information that I care about looking at an issue is > what makes it blocked,...

On Mon, Nov 28, 2016 at 01:18:06PM -0800, Juan Benet wrote: > - but it's tricky to do right (given some links will automatically > backlink and some wont) This...

On Sun, Dec 04, 2016 at 09:29:05PM -0800, Juan Benet wrote: > - I (and others) would expect the "link circle" icon to copy a link > to depviz centered...

I picked up rss2email maintainership and added a [PyPI page](http://pypi.python.org/pypi/rss2email/) homepage that does link to [my GitHub repository](https://github.com/wking/rss2email/). I'll review new PRs there, but this PR no longer applies to...

It [is](http://pypi.python.org/pypi/rss2email/) [now](https://github.com/wking/rss2email/).

I have been unable to reproduce this using [my current rss2email](https://github.com/wking/rss2email/): ``` python 3.2.3 (default, Nov 7 2012, 11:17:27) [GCC 4.5.4] feedparser 5.1.2 html2text 3.200.3 ```