Mathias Bynens
Mathias Bynens
There are a number of [tests that can only be executed on nodes placed in selector blocks](https://github.com/cgiffard/Behaviour-Assertion-Sheets#tests-which-must-be-executed-on-nodes-placed-in-selector-blocks). I’d like to be able to test if my JSON responses contain the...
Recently the GitHub styling was improved. It would be great if you could update this repo as well :)
Gecko and Presto only support text blink because it’s really a text-decoration feature. Inputs and other elements shouldn’t blink — only text nodes should. E.g. `foo`
You could probably use `zoom` to make this work (without the transition) in old IEs :)
https://kangax.github.io/compat-table/es5/#test-Array_methods_Array.prototype.sort:_compareFn_must_be_function_or_undefined This test has nothing to do with ES5. It’s a formerly undefined behavior that only [very recently](https://github.com/tc39/ecma262/commit/564b30b3b1bbba3772a2ebeb58208043713d64fe) (years after ES5 was published) got standardized. If anything, it’s an ES2018...
It would be great if we could just specify our own anonymous Imgur API key in the config file, `~/.captured.yml`. Currently everyone with captured installed is using the same API...
An online demo would be nice. Could be hosted on GitHub Pages, or not.
The project name implies it doesn’t implement ES6/ES2015 fully, let alone more recent additions to the spec. But this is not true! Don’t be modest :) Have you considered renaming...
How would you feel about attaching precompiled `.jar` files to each release (i.e. pages like https://github.com/anba/es6draft/releases/tag/rev37) from now on? This way, people could download the `.jar` and run it without...
E.g. ``` https://jsperf.com/manny0899231 https://jsperf.com/https-imgur-com-gallery-bb4dz ``` Any ideas? --- It would be nice if we could whitelist admin accounts (i.e. our own + some trusted folks) who could then access e.g....