Steve Day
Steve Day
This is basically the code from @MarcusPope's issue: https://github.com/ginader/HTML5-placeholder-polyfill/issues/31 We had the same issue in IE8 with jQuery 1.9 as others reported, and this resolved it (along with including jquery.browser...
For Alaveteli's install script initially, probably useful in others.
I've add a method to `FullyQualifiedRedirectMiddleware` which sniffs the scheme from the request and then uses that instead of hardcoding it. It's pretty simple, and I stole the idea from...
The following image is a concept for providing a detailed breakdown of how much of a particular entity's ownership is declared (i.e. known to us) vs undeclared: The general idea...
Currently we share a single node between them all, which could make it seem as if the same shadowy figure controls them all when we really have no idea. To...
In the following image, the grey dashed line is an example of a concept for distinguishing between direct and indirect ownership:  The grey line shows who the ultimate owner...
I set up the basics in #46, but it's still a manual process, it would be nice if we could automatically publish to NPM whenever we push a new tag...
In some kind of order of priority: - A general 'does it work' acceptance test, driving the main library through JSDOM, and/or driving the whole demo app through a headless...
Moving this from the initial code review in #17. Currently we mix these concerns a little, but as we grow the app we'll need to refactor things so that we...
Ideally we'd keep our gh-pages branch up to date with master automatically, but not have to remember to do that with every commit or necessarily keep built/compiled assets around in...