Edward Ribeiro

Results 8 issues of Edward Ribeiro

The line below is comparing two Integer objects. This can lead to bugs, so either use ``.equals()`` or do something along the lines of ``if (dimensions.get(i).intValue() != other.dimensions.get(i))`` to force...

Now that Docker is in full steaming, many of the instructions in current wiki documentation are unnecessarily complex and out of date. And also provide end-to-end examples of use, if...

As JDK7 has reached EOL (End Of Life) in 2015, and the oltpbench codebase has about 10 years, it would be nice to update the minimum JDK requirement as well...

Currently, there are a couple of directories and files that belong to IDE specific project setup. * Netbeans: nbproject * Eclipse: .classpath, .project Those IDEs usually allow the project building...

The readme states that I need python2.6+ to build commons, but whenever I ran $./pants it shows the message below, and quit: "No python interpreter found on the path. Python...

I'd like to suggest the replacement of http://twitter.github.com/commons/apidocs/com/twitter/common/zookeeper/ZooKeeperClient.html#get() by _getOrCreate()_ because the latter provides a more descriptive name of the method contract. On the other hand, we should avoid to...