Results 20 comments of Sandro

@devmikko I hope you found an answer.. I belief there is no bug, it is just how html attributes are mapped to the JavaScript properties ``` ``` `dateformat` should be...

Just as an information, there is https://github.com/David-Mulder/paper-datatable which implements the MD spec and is a polymer element.

Probably the webview on the phone is not supporting the ES6 syntax that is used in the javascript parts of the component. You can extract the javascript and transpile it...

@Barbayar in Polymer 1.0 `Your order number is {{orderId}}` is not supported use `Your order number is {{orderId}}`

Have a look at the comment from addyosmani at https://github.com/PolymerElements/polymer-starter-kit/pull/426 about more-routing..

@jean-maxime just had the same error when loading `web-animations-next-lite.min.js` via `` and later on importing via ``

@cordovapolymer could you post an example to reproduce this and specify what a large message is. This is probably a bug at [MQTT.js](https://github.com/mqttjs/MQTT.js) itself.

I am not able to reproduce this.. I am publishing a large message to the broker and correctly receive it at the client. Could you post the code that you...

@mcollina wait until the end of the week. I will invest some time in mqtt-elements and update to the current mqtt.js version and will make some code cleanup.