rsippl

Results 8 comments of rsippl

Adding `processor` to the `vertx-service-proxy` dependency in pom.xml seems to fix the code generation. Without this, I'm getting this error: ``` java.lang.Error: Unresolved compilation problems: The import io.vertx.guides.wiki.database.reactivex cannot be...

Actually I was wrong, I'm getting the error above in step 8 regardless of the classifier setting. If I'm running ``` mvn clean mvn package ``` everything seems fine. If...

@xuyungit, you're right. Another issue is that, when using VGG16, the input should be preprocessed using *preprocess_input* instead of *rescale=1./255*, see https://keras.io/applications/#vgg16 and https://forums.manning.com/posts/list/42880.page

+1 This lacking feature is the only reason that keeps me from switching from IntelliJ Idea.

Here's what it looks like: ![idea-go-1](https://cloud.githubusercontent.com/assets/260389/15244804/43dd1b38-1903-11e6-988f-65dbfbaabd3d.png) ![idea-go-2](https://cloud.githubusercontent.com/assets/260389/15244807/49687228-1903-11e6-9454-205011c967ca.png) ![idea-go-3](https://cloud.githubusercontent.com/assets/260389/15244811/4dd691e6-1903-11e6-93fe-9188ab169d07.png)

[Here's](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) the plugin code (not sure if it helps)

This issue causes some trouble. For example, "grunt serve:compress" uses the production environment (which is fine) but a subsequent "grunt serve" doesn't switch back to development.