Tim Tisdall

Results 57 comments of Tim Tisdall

Yeah, I'm also lost as to the difference... This project is forked from an older one and I'm wondering if Digg has changed their pagination since. Doing a Google search...

Screenshots should be sufficient, but then you have to update those when changes occur. The major thing is, I don't think Digg actually has "Digg style pagination" as defined by...

You could call it "old style Digg". The major thing is not the naming but the lack of anything other than a name to explain what it is. That's why...

I think the point was that pictures would be better than saying "Digg style" when Digg no longer uses that style... At worst, saying "Digg style" is now misleading.

I don't see it mentioned specifically here, but I've had the same issue with `--find-links ./local_src`. I want pip to look for packages within a directory as part of the...

@atugushev thanks! Strangely when I tried it I had both relative and the original full path until I completely deleted the 'requirements.txt' and then recompiled.

I'm confused too... It seems the Number functionality was reverted in 513d8600431a2680e3a1d781eafc0cc51243dafa but I can't seem to see any comments as to why the change was made. @mcdonc since you...

I really like this idea. I'm working on implementing a standard using JSON that does this very thing. It has one attribute that defines the type and the rest of...

Looking at the source for `Boolean` it looks like you can define how you want to serialize/deserialize values. It says: ``` The behaviour for values not contained in :attr:`false_choices` depends...