Duke Script
Duke Script
There is a nice Notifications UI that can collect and help users process exceptions. Use it always, even in development builds. E.g. don't consider the assertion status when setting the...
Would be nice to add nbactions.xml, so clicking the run button actually starts the application in NetBeans. Something like this: ``` run Run clean javafx:run ```
The Maven compiler plugin allows different implementations of compilers to plug in. One of the very useful ones is the [retrofit compiler for Java](http://frgaal.org) that allows one to use syntax...
This is a RFE. I'm creating a Client using DukeScript. I can connect to the Socket that sends the most current Snapshot (ws://localhost:8080/lightfish/snapshots/).Unfortunately it returns XML (I need JSON). In...