Jordan Scales

Results 89 comments of Jordan Scales

A lot of people. I'll look into this.

@ricksbrown AFAIK placeholder isn't good enough, and maybe we need to change https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules? From http://www.w3.org/TR/html5/forms.html#the-placeholder-attribute: > The placeholder attribute should not be used as a replacement for a label.

Seems to me like "Page X" should be clear enough. We're failing because "page" is one our "stop words," leaving only numeric content after it's stripped away which isn't descriptive...

Hey @ewinslow, Is it being flagged with the chrome extension? I ran an audit on http://output.jsbin.com/revakixiba and it doesn't seem to report any errors. Might be something surrounding the button...

The [example docker-compose.yml](https://github.com/codeworksio/docker-streaming-server/blob/master/documents/examples/docker-compose.yml) adds a bit more color here 1935 is for the RTMP server, and 8080 is for the web server (where you can access either the .m3u8 file)....

Nice work! Is this on your fork? Would love to see if it works with @Mysterix's changes so far.

I'd like to eventually replace `Isomer.prototype.add` with this. Doable? How big is the performance hit. Thanks for all the hard work you've put into this, by the way. Reading your...

Okay I think adding shapes & paths one-by-one and then calling "render" at the end would work. This way we could bucket drawing operations and maybe even optimize them (later...

I'm going to change Isomer to use [Three.js](http://threejs.org/) as a backend, instead of attempting to write my own graphics hacks. I really do appreciate the work you've put into this...

I'd like to revisit this if you don't mind! After some thought I've realized that bringing in Three.js as a _requirement_ for proper shape ordering is pretty unacceptable. You've done...