Edwin Stang

Results 18 comments of Edwin Stang

Ok, I now understand why the REPL output is not happening. Before the serve method, the REPL output is printed. Though the serve method: ``` function serve(PORT=8000, DEBUG=true) server =...

I gave up on the REPL stuff, I guess one has to work with println's in the scripts during development. Also it seems juliacaller is significantly faster than jajub: https://github.com/org-arl/jajub/issues/2...

I modified the java file whitespaces so that the changes are more easily visible. Github seems to be too stupid to diff the text file, so here is a screenshot...

I had this error when I ran the plugin using maven 3.0.5. After upgrading to the current version (3.3.9) everything works fine.

@henrykin I guess one of your plugins in the pom could still reference an old version of some maven dependencies. Make sure you define for every plugin dependency the latest...

This pull request fixes this issue. The project maintainer does not pull it because I as too lazy until to fix the whitespace issues in the pull request so that...

I fixed the whitespace and it is now easier to see the actual changes that have been made. See my comment in the PR for the text file diff.

My workaround for now is to use `"BackSpace"` as the binding instead of `"BackSpace"`. That way it does not collide. Though a real fix would be appreciated.