Jan Willem Luiten

Results 6 issues of Jan Willem Luiten

https://github.com/BYVoid/continuation/blob/73b95521b10211fcc4e64a42d5f60d33c20dc6cb/examples/clock/clock.c.js#L19 text = (h >= 10 ? h : '0' + h) + ':' + (h >= 10 ? m : '0' + m) + ':' + (h >= 10...

https://github.com/BYVoid/continuation/blob/73b95521b10211fcc4e64a42d5f60d33c20dc6cb/examples/clock/clock.js#L19 var text = ((h >= 10) ? h : "0" + h) + ":" + ((h >= 10) ? m : "0" + m) + ":" + ((h >=...

Added a logback.xml file

Script was missing. I copied it from the original seed project.

Depending on the setting of filters these scripts will not be served by the Play framework if no proper type attribute is present.

Since dependencies could not be resolved I removed the plugin by commenting it out. After removing the plugin dependencies were resolved properly. Everything seems to work fine without the plugin.