Sandro
Sandro
Hi, [Polymer](https://www.polymer-project.org/1.0/) is a library to create custom HTML elements aka WebComponents. There was already a library to encapsulate Chart.js [robdodson/chart-elements](https://github.com/robdodson/chart-elements) to create chart elements supported by Chart.js with minimal...
Right now the repository contains two aha-table files on in `dist` and one in `src`. If you want to test the src version with you current elements you have to...
### Description Currently it is not possible to to run a cascaded-animation without a first delay. ### Expected outcome > `` applies an animation on an array of elements with...
Adding missing semicolon to neon-shared-element-animation-behavior.html
When removing a mqtt-connection element via ``` document.querySelector("mqtt-connection").remove() ``` currently the `detached: function() {)` is not used to properly/ clean disconnect the client from the broker.
When creating one `` element and binding to its client property via `` and then injecting it into another mqtt-connection via `` results in the following error when injected into...
This issue will document the process and progress on the properties
For a TDD running (unit) tests after each change is a fundamental step. Therefore a development setup for the `mqtt-elements` would look like this 1. Start Webserver 2. Start MQTT-Broker...
All custom elements that are distributed with `` should have a full code coverage at least when making the _first release_
The Web Worker crashes at the following line: ``` module.exports = window.WebSocket || window.MozWebSocket ``` this is probably a bug at https://github.com/maxogden/websocket-stream, because a Web Worker has no global window...