Horacio Gonzalez
Horacio Gonzalez
Well, I prefer to commit the `package-lock.json`, as it's a kind of guarantee of working condition for the dependencies. I mean, for me, in `package.json` we are kinda optimistic, we...
Hi! I've updated the PR as I have changed the default for `colors()` to `d3.scaleOrdinal(d3.schemeCategory10)` instead of `d3.scaleOrdinal(d3.schemeCategory20)`. The reason is that `d3.schemeCategory20` [has been removed from d3 v5](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50).
Hi! There are some errors I need to check before being able to submit you the PR in full confidence, I close it by now and I will reopen it...
Ok, I made all the examples work :) I had a problem with `allowZoom`. As written, it only allows zoom is `allowZoom(false)` is configured. As I understand it should the...
Hello! When do you think you will have a moment to look at this PR? Sorry to insist, I am using it in an app, and I would prefer dropping...
Oups, sorry, I guess I didn't communicate well, sorry again :( Yes, everything is working for me, I'am already using it in a web component ( https://www.webcomponents.org/element/LostInBrittany/granite-timeline ) that I'm...
Hey @samuelli ! I've tried to do as you suggested, and I get a conflit You can see the detail here: https://www.webcomponents.org/element/@granite-elements/granite-alarmlight/2.1.2/demo/demo/index.html The browser loads two versions of `dom-module.js` :...
O.K., I got it working, but it's still a bug. The version in error: https://www.webcomponents.org/element/@granite-elements/granite-alarmlight/2.1.2/demo/demo/index.html Working version: https://www.webcomponents.org/element/@granite-elements/granite-alarmlight/2.1.3/demo/demo/index.html To make it work you need the polymer dependency on your `package.json`...
That's great, @samuelli !!! Thanks again!
I've just done an [UniFlow version of the Polymer Starter Kit](https://github.com/LostInBrittany/uniflow-polymer-starter-kit), where I try to do the routing operations using actions. All feedback is welcome...