Ubaldo Pescatore

Results 29 comments of Ubaldo Pescatore

@mcicolella what about a configuration menu/panel on the JFrontend?

@mcicolella I'll do that too. Please assign it to me.

@cunhazera I think there are a bunch of other classes using `java.util.Date` here around. Ask @mcicolella if you can pick one of those: this can surely help solving this issue!

@mcicolella what do you think? IMHO #229 Java code seems good, although I have no clue if the added Maven Plugin is suitable for our needs. @binhonglee are you familiar...

@mcicolella cool, I think that's important to have a cleaner source code. May I take a look at this too?

@mcicolella yes indeed. You can consider `FreedomoticRuntimeException` as the root of the unchecked exceptions of Freedomotic.

@mcicolella this seems a little abstract scenario. What do you specifically mean with startup problem? The front end part or the engine itself? One proposal could be to send either...

@mcicolella do you mean if I have any idea about good API agnostic implementation?

@mcicolella if I understand properly the idea is to provide a RESTful layer at the `APIStandardImpl` level since the specific ones (e.g.: `PluginsResource`) are already provided. Did I get the...

@mcicolella maybe it depends on the approach you use to access the resources: - RESTful API should be ok if you plan to access those by an agnostic third party...