Joseph Walton
Joseph Walton
The discussion in #649 suggests that there's no specific reason for sorting directly after parsing. Looking at the code, it appears to be a relatively surface-level decision to sort the...
I'm trying to improve condition coverage and I'm encountering what seem to be false negatives. My implementation is: ``` package DC::Test; sub sub1 { my ($a, $b, $c) = @_;...
I was bitten by a stale lockfile in the web cache directory after stopping a prior run: by default, `lockfile` waits indefinitely with no diagnostics. This change adds a default...
When the FeedValidator tries to validate a site using SNI it fails with this error: urllib2.URLError: Fixing this requires (only) a Python upgrade [to 2.7.9](https://www.python.org/downloads/release/python-279/ )- see [PEP-466](https://www.python.org/dev/peps/pep-0466/)) (or 3)....
For a television show, I would expect `dbpprop:showName` to be identical to `foaf:name`. However, in the case of '30 Rock', it's getting treated as a numeric '30' instead: ``` SELECT...
I'm aiming to migrate an existing codebase off Log4j as a logging framework. Logging is through SLF4J, but there's also extensive direct use of Log4j's `org.apache.log4j.MDC` to pass values (other...
Pass '--once' to make a single attempt and then exit, to let an external scheduler take control.
Refactor the existing use of basicConfig into an external configuration file, to simplify local customisation.
Original [issue 18](https://code.google.com/p/titl/issues/detail?id=18) created by josephw on 2011-12-27T19:29:17.000Z: What steps will reproduce the problem? 1. Copy 'iTunes Library.itl' to c:\tmp 2. Execute command line: java -cp titl-core-0.3-SNAPSHOT.jar org.kafsemo.titl.tools.MoveMusic "C:\tmp\iTunes Library.itl"...
Original [issue 20](https://code.google.com/p/titl/issues/detail?id=20) created by josephw on 2012-10-12T15:24:55.000Z: What steps will reproduce the problem? 1. start with a library of version 10.6.3 2. run one of the routines on it...