Results 6 comments of Alex Porter

I'm having the same issue--whether I run warp-packer0.3.0 on windows or mac, when windows is the destination the first execution results in this error. After that, I notice that the...

Try moving the main function outside of the App class. JavaFX can either run the class Client, or launch it from the main Kotlin function (treated like a class by...

I just ran into a similar issue--adding an onChange listener to the item property didn't work either.

It looks like I'm not parsing objects at all... I'll see about adding another listener.

Objects are now parsed in 0.0.5--I've included methods and properties by default since Objects so often get used as namespaces for utility functions. At some point, I'm going to have...

Hey, glad you're getting some use out of it! At some point I do intend to add a feature to properly work with Kotlin package directives. I'm afraid I can't...