Tom MacWright

Results 366 comments of Tom MacWright

New example: Index chart https://codesandbox.io/s/d3-axis-for-react-index-chart-example-v0pe0?file=/src/App.tsx

@sticksnleaves I'm not seeing 1.1.1 available on [the GitHub listing](http://gems.github.com/list.html) either. What was your fork merged into? This repo?

I was never really able to get the time to do it, but there's an improved and simplified version recently invented: http://journal.r-project.org/archive/2011-2/RJournal_2011-2_Wang+Song.pdf (also... I found that quantiles tend to be...

> The other mapbox controls in mapbox-gs-js can easily be hided with their remove() method (inherited from the base control class). To clarify, are you using this code or https://github.com/mapbox/mapbox-gl-directions...

Yep, I would love for this to be slightly more standard but that's a job for mr. @sgillies specification author

Can you provide the full error? It's not clear that your build breakage has the same cause as the travis breakage, or what it is.

https://github.com/prettier/prettier/pull/6164 is the current outstanding PR. Unfortunately it's quite tricky to produce exactly the same behavior as the current diff-based implementation, and thus none of the PRs are landing.

I don't think it's possible to keep _exactly_ diff's behavior while using diff-sequences, but anyone is welcome to try it out and see if they can come up with a...

As far as I can tell, nobody has noticed the difference in behavior.

My components directory is located just at the root of my project, so a path would be like `components/trial_banner.tsx`. It appears that all components have been excluded from ~~some of...