Dmitrii Volykhin
Dmitrii Volykhin
``` Note: Injecting OO to javac8 warning: Supported source version 'RELEASE_8' from annotation processor 'javaoo.javac8.OOProcessor' less than -source '10' 1 warning An exception has occurred in the compiler (10). Please...
``` Note: Injecting OO to javac8 An exception has occurred in the compiler (1.8.0_141). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after...
For example Gson instead Jackson. Move json to another maven module and allow to add it as separate jar.
@jjlauer Thank you for Rocker! It works great! I tried to fix java 11 compilation. I will appreciate if you find time to look at the pull request. - Fixed...
Hi, Rocker is awesome template engine, thank you @jjlauer ! It would be nice to have code highlighting, code completion and validity checks for rocker templates in Intellij IDEA like...
Hi, thank you for rocker, I have a problem with hot reloading, could you help plz? Source here - https://github.com/volyx/undertow-rocker Run with `mvn exec:java` ```xml [INFO] [INFO] --- exec-maven-plugin:1.6.0:java (default-cli)...
In JS ```js test('test', () => { let f = new Frame('*rga#test@2:1!:0\'B\''); for (const op of f) { console.log(op.toString()); } }); ``` JS result ``` *rga#test@2:1! *rga#test@2:$'B', ``` In Go...
Steps to reproduce 1) Click choose file or drop to area 2) Image not apear in queue Expected Image adds to queue
Supports angularjs input directive analogs, such as: {code} ... {code} https://docs.angularjs.org/api/ng/directive/input