Justin Palmer

Results 4 comments of Justin Palmer

I've been pretty happy with tape and jsdom, which is what d3 itself uses. It's a pretty feature-light test suite that likely gives us all we need. Here's some samples...

I ran into a similar issue with Atom 1.19.0 and github 0.4.2. It turns out I had an old development version of the github apm package installed. Removing it with...

I think I've had a similar issue occur when trying to use node-mongodb with the Express nodejs framework. Unless I'm misunderstanding the code, node-mongodb assumes everything will live inside the...

It might be interesting to do this from the command line if you could somehow override local sketch settings with CLI options. ``` js const settings = { dimensions: [500,...