-
A folder and file with the same name should be marked as different.
If the left side has a folder named FOO and the right has a file named FOO
then they are currently marked as green, as are all parent directories).
I would expect them to be indicated in red (or at least not green).
2009-03-29 16:33:50 UTC in KDiff3
-
rst2latex-pygments --stylesheet=pygments-default.sty for-else-test.py
fails with the following output:
for-else-test.py:29: (ERROR/3) Unexpected indentation.
for-else-test.py:30: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
for-else-test.py:32: (WARNING/2) Definition list ends without a blank line; unexpected unindent.
for-else-test.py:64: (ERROR/3) Unexpected...
2009-01-19 00:47:39 UTC in Docutils: Documentation Utilities
-
The cmd prefix for pygments-0.10 is "PY" and no longer "C" as stated
in rst2latex-pygments source comments. pygments-default.sty should be
updated accordingly.
2009-01-19 00:42:20 UTC in Docutils: Documentation Utilities
-
Sorry, I see that there is already some sort of NAT traversal.
2008-05-24 11:48:12 UTC in Azureus search plugin
-
The port necessary by Cubit should be (optionally) be opened via UPNP for those behind NAT.
2008-05-24 11:23:28 UTC in Azureus search plugin
-
Some of the warning/error messages that are used when checking HTTP return status are missing spaces between output terms.
2008-01-13 01:20:06 UTC in PyTVShows
-
File Added: etag.patch.
2008-01-08 02:17:15 UTC in PyTVShows
-
Add support for etag and 'last-modified' to be polite to RSS feed servers and not retrieve the feed if has not be updated since we last checked it. Unfortunately it looks like tvrss doesn't implement either of these at the moment so it is not immediately useful (unless you use something other than tvrss). Good to have it in there anyway.
It stores the etag and last-modified parameters in the...
2008-01-08 02:16:06 UTC in PyTVShows
-
General configuration options should be able to stored in the
configuration file, not just show specific options. I'm not too
familiar with ConfigParser. The documentation also mentions a special DEFAULT
section, maybe that is useful.
2008-01-06 22:49:21 UTC in PyTVShows
-
It is rude to fetch a feed if you it has not been updated. The 'etag'
and/or 'last-modified' headers can be checked to determine if there
are new items. Feedparser takes etag and last-modified as keyword
parameters, you just need to store them across sessions (in the
configuration file?).
2008-01-06 22:42:39 UTC in PyTVShows