Pablo Fernandez

Results 5 issues of Pablo Fernandez

Hello, Just following the README example I got: ``` TypeError: object is not a function ``` The fix I found for this is: ``` var Worker = requre('webworker').Worker ``` Not...

From the `PreparedStatement` [jdbc docs](https://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html#setQueryTimeout(int)): > By default there is no limit on the amount of time allowed for a running statement to complete. This changes allow the user to...

Using the jar provided with the source: ``` ➜ jsonbmark scala -cp ./lib/thyme.jar Welcome to Scala version 2.10.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0). Type in expressions to have...

I installed an [sbt plugin](https://github.com/ArpNetworking/sbt-typescript) that uses `typescript` as a node dependency, It requires the 1.5-beta version. The plugin runs OK but instead of picking the version defined in it,...