Paul Houle

Results 71 issues of Paul Houle

QR codes support compact encodings for codes that contain only digits or that contain only uppercase letters, digits and selected symbols. Many QR code libraries automatically use the most efficient...

Well, it happened. I was developing something to build elasticsearch indexes that uses SLF4J and found that it gave error messages because SLF4J was set up. It is possible to...

Usually INFO and WARN messages from Spring will drive you up the wall and cause you to miss real problems. Except for the time when you have a Springish problem...

bonecp uses slf4j so we get an error. how do we handle this? probably just adding the slf4j -> log4j connector will mean that people can use either commons logging...

We ought to have something that can automatically put together documentation based on the metadata we provide in annotations.

I think we could get rid of some casts and make the code look nice

The code used to create OptionParser(s) in the test system isn't that bad but there ought to be a really easy way to do it for people who don't want...

Andy Seaborne from the Jena project ran :BaseKB through a validator. He did not find errors but he found plenty of warnings. A sample of some common types are ```...

We don't get full utilization of the cluster because we have minimums that are way too low ``` mapreduce.tasktracker.reduce.tasks.maximum = 2 mapreduce.tasktracker.map.tasks.maximum = 2 ``` I think in the past...