Manuel Carrasco Moñino

Results 53 comments of Manuel Carrasco Moñino

@Leon74 @yadavharsh @Leon74 @fizzi I've added all of you to the project. Could all of you send me in a private message with your email address so as we can...

@techphd added to the project, please send me a private message so as I can include you in a mailing list

Using widgets the import happens automatically, but you have to wait a while to that happens, so use the whenReady method with a callback. Use vertical layout in your container,...

This is also an issue when using [ACT](https://github.com/nektos/act#overview----), it uses docker runner based in ubuntu that doesn't have those libraries, I think this action should take care of missing libraries.

Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. --- *[lib/com/vaadin/polymer/Polymer.java, line 51 at r1](https://reviewable.io:443/reviews/manolo/gwt-api-generator/86#-L03k8nQLLCjmtiwnhZ2:-L03k8nQLLCjmtiwnhZ3:bnb17p1) ([raw file](https://github.com/manolo/gwt-api-generator/blob/7cf80ed8f5d75cd9cc9ad5d4f44592b18409c0ff/lib/com/vaadin/polymer/Polymer.java#L51)):* > ```Java > */ > @JsProperty(namespace = JsPackage.GLOBAL) >...

Review status: 0 of 1 files reviewed at latest revision, 2 unresolved discussions. --- *[lib/com/vaadin/polymer/Polymer.java, line 67 at r1](https://reviewable.io:443/reviews/manolo/gwt-api-generator/86#-L03l6Id2BO2b53aUk0l:-L03l6Id2BO2b53aUk0m:b-1b8tfa) ([raw file](https://github.com/manolo/gwt-api-generator/blob/7cf80ed8f5d75cd9cc9ad5d4f44592b18409c0ff/lib/com/vaadin/polymer/Polymer.java#L67)):* > ```Java > } > if(getWebcomponentsJsLocation() == null) {...

Yeah, that is something not considered because we expect all custom elements being new tags. Will discuss with the team and consider this in a new version.

I have almost ported the generator to use polymer-analyzer, unfortunatelly the java output is not alright because the lack of type info in annotations. I'll postpone this until https://github.com/Polymer/polymer-analyzer/issues/305 is...

What do you guys suggest for implementing IsEditor? not all polymer widgets are thought for storing values, and some of them could store more than a value. A very simple...

We will discuss this for a future version, but not before we listen to community about the tendency on using Elements vs Widgets. It seems that GWT is encouraging the...