Dyorgio Nascimento
Dyorgio Nascimento
Hello @moberwasserlechner, I just found this very good project that already work on ChartJS Java wrappers, and keep it up-to-date with last chart.js distro. How about reduce scope of this...
Stop to work with elemental json lib and start to use plain java.util.Map because elemental don't support a function or raw js object in JsonValue. Implemented userCallback in Ticks. #39...
Some plugins, like this: http://jsfiddle.net/s9tu1c9y/55/ ,needs to work with custom structures/properties. This is a enhancement request.
Putting a library on a public maven repository really improve adoption. Of course I can download and build it myself, but a pre-compiled binary bring us releases (stable versions). Related:...
- Vaadin Framework: 8.5.1 - Web container: Springboot 1.5.12.RELEASE (Embedded Tomcat 8.5.29) - Description of the bug My production env starts to receive theses logs on this last week. VBrowserDetails...
Alternative for view creation. ```java @SpringViewBean(name="") public View getDefaultView(){...} // or @SpringViewBean() public View getView(){...} // or to create a bean with view name in method: @SpringViewBean() public View getLoginView(){...}...
Today view access control beans are "global" for all UIs available on application. I propose to adjust it to support ui class parameter in UIScope annotation like SpringView annotation does....
Hi guys, It is a feature support: Include on options a fallback to file extension (relative with #119). Current impl uses sst as fixed file extension, but Skype uses ldb......
Hi, I added support to openGL 2.0 ES on PlayN \o/ To do that I added 2 new files on java package (JavaGLES20 and JavaGLESContext). I changed JavaImage(just a cast)...