Pierre VDEV
Pierre VDEV
Yes indeed tree shaking would be a perfect solution. Only it currently works with libraries using es2015 imports, which d3 isn't. Per design, d3 v4 brings modularity, enabling developers to...
Yo, I gave it a try. Easy part is to change all d3 old namespaces to the new ones (`d3.scale.linear` -> `d3.scaleLinear`). Most of the functions behave the same... until...
Oh man that was a year ago... I'm afraid I won't be of much help. As far as I remember you carry a data structure across your components where you...
Hi, I'm running into the same issue with `stylelint-order`. Related issue: https://github.com/hudochenkov/stylelint-order/issues/63 #### Suggestion: What about adding a configuration to give a custom name for mixins. Default would still be...
I just tried the new version and have the same error
FYI I fixed the error and got a successful build by replacing these 2 enums (out of 170 total) with their object+type counterpart. I have no clue what makes these...
Ok thanks I have the debug report I'll send it privately
Finally this fixed it, thanks! Just like me, people looking for issues such as #48 #53 #26 #23 #14 might find this one helpful. When scrolling really fast, I'd reach...
Yes that's the version I use
@Anber nice release yesterday 👌 I like the way this project is going. Would you mind having a look at this issue, please? I believe it is rather serious one...