Ilia Naryzhny

Results 49 comments of Ilia Naryzhny

If 3rd is requested - currently it will lead to the following exception: ```java java.lang.IllegalArgumentException: Path '/vue2-leaflet' should corresponds pattern '/([^/@]*)@?([^/]*)/(.*)' at org.orienteer.jnpm.cdn.CDNRequest.valueOf(CDNRequest.java:80) at org.orienteer.jnpm.cdn.CDNWicketResource.newResourceResponse(CDNWicketResource.java:49) at org.apache.wicket.request.resource.AbstractResource.respond(AbstractResource.java:630) at org.apache.wicket.request.handler.resource.ResourceRequestHandler.respond(ResourceRequestHandler.java:105) at...

That's good question... Under the hood there is the following `default static` method: https://github.com/OrienteerBAP/JNPM/blob/e90988b97a4ff4f0674dd14fd45253dd52f5e173/jnpm/src/main/java/org/orienteer/jnpm/JNPMService.java#L81-L85 You can call it through reflection. I do understand that it's dirty, but that's the only...

Thank you! That sounds good for me:) And it's cool that you are on a github: so PRs will be applied without huge delays.

Questions: 1) It seems that DashboardContext might be just one per application. Is that right? In our case it should be possible to have several contexts. Any ideas how to...

Our requirements for a widget subsystem: just in case if you are interested in wide picture. https://github.com/OrienteerDW/Orienteer/wiki/Widgets-requirements

Example. There is need to have several dashboards: for server monitoring parameters, for business indicators, geo locator parameters. In this example all 3 dashboards should have different set of available...

Yes - it's possible to persist dashboard per user, but it's hard to have several boards per user and on the same page. And one more problem that I still...

Thank you for detailed reply! NextReports looks quite interesting and, actually, intersects with what [Orienteer](http://orienteer.org) was designed for. Will dig deeper.

@decebals, sent email to you! Not sure that you got it.