Lucas Sanders
Lucas Sanders
I'm comprehensively updating the code and examples to work with d3 v4; my team uses Rickshaw and we can't keep postponing the d3 version upgrade. I'll push my code to...
I've got code [on my fork](https://github.com/butterflyhug/rickshaw). Note that my current default branch is `d3v4` -- **not** `master`. I've added a section at the top of the readme to note a...
I'm a little confused about what is happening here. It looks like y'all are having trouble using ES6 import syntax with webpack. What I don't understand is how you're importing...
Sorry, I guess I was unclear. I understood that moment-timezone is getting a wrapped copy of moment in your environment, and that you want it to be unwrapped so that...
FYI, up/down keyboard focus navigation through the message list itself is similarly causing the focus to bounce around because it’s visiting messages in their original order.
[There are already instructions](https://github.com/moment/moment-timezone/blob/develop/contributing.md#compiling-data) for downloading data from a new tzdb version and packaging that data with any version of the code. So you could just download the version of...
[Suggestion](https://github.com/moment/moment-rfcs/pull/2#issuecomment-236949750) from @schmod: > I think there's a reasonable case to be made for decoupling moment-timezone from the accompanying IANA timezone data (as a separate repo/NPM module)