Shawn Allen
Shawn Allen
`npm install aight` now warns when installing es5-shim: > **deprecated** [email protected]: Please update to the latest version; it overrides noncompliant native methods even in modern implementations
The d3-specific and purely visual test doc is no longer sufficient. We need a real unit tests that run in IE8 (maybe [QUnit](http://qunitjs.com/)?).
[This one](https://github.com/devote/HTML5-History-API) looks good.
- [ ] register ~~aight.ie~~ aight.io - [ ] create gh-pages branch - [ ] add CNAME to TLD - [ ] write some HTML & CSS
It looks like jQuery-related issues such as #24 and #29 can be avoided if aight is included _after_ jQuery. This should be documented (along with a reminder that there's probably...
I've been using [HTML custom elements](https://w3c.github.io/webcomponents/spec/custom/) for over a year now, and I kinda think they're the bees' knees. What would you like to know about them, and how can...
> What is the problem you're trying to solve? Stylelint autofixes turn out to be a really good way to refactor large codebases. However, it's painful having to modify your...
The team data living in JS object literals is kinda funky, and I'm fairly certain that the way we're doing things right now means that the [ReactMarkdown](https://github.com/rexxars/react-markdown) code is included...
Currently I'm [scaling state values linearly from 1 to 1000](https://github.com/shawnbot/d3-cartogram/blob/master/index.html#L329-L332), which seems unnecessarily arbitrary. A linear scale of 0 to 1 doesn't work either, but in theory it should because...
The Now "path alias" that I set up in primer/primer.style#100 isn't working. I can `curl https://primer.style/design` and it looks like there's content in the response, but Next is doing something...