Sarbbottam Bandyopadhyay
Sarbbottam Bandyopadhyay
explicit `space` keypress need not to be handled if using `button` `button` fires `click` event on `enter`, `space` keypress as well as `mouse left click`.
> ... what do you think about the idea of colorising the verbose diff output? In case it's a lot, printed on screen, I think it would definitely help getting...
- [x] remove generated files from source control - [x] use [moment.js](http://momentjs.com/) - [x] [xo](https://github.com/sindresorhus/xo) wrapper around eslint is awesome, no need to maintain explicit eslint configs - [ ]...
Wondering if it would be useful to display a conditional `prompt` for `docs` & `chore` to add [`[skip ci]`](https://docs.travis-ci.com/user/customizing-the-build/#Skipping-a-build) option. I guess most of the time a build is unnecessary...
Is [`AuditConfiguration.prototype.setRuleConfig()`](https://github.com/GoogleChrome/accessibility-developer-tools/blob/master/src/js/Audit.js#L158-L169) for user defined rules? ``` js /** * Sets the user-specified configuration for the given audit rule. This will * vary in structure from rule to rule; see...
``` /usr/local/lib/node_modules/ember-native-class-codemod/node_modules/@babel/core/lib/transformation/index.js:66 throw e; ^ TypeError: /usr/local/lib/node_modules/ember-native-class-codemod/node_modules/safe-buffer/index.js: Cannot read property 'from' of undefined at Converter.toBase64 (/usr/local/lib/node_modules/ember-native-class-codemod/node_modules/convert-source-map/index.js:61:28) at Converter.toComment (/usr/local/lib/node_modules/ember-native-class-codemod/node_modules/convert-source-map/index.js:65:21) at generateCode (/usr/local/lib/node_modules/ember-native-class-codemod/node_modules/@babel/core/lib/transformation/file/generate.js:78:76) at run (/usr/local/lib/node_modules/ember-native-class-codemod/node_modules/@babel/core/lib/transformation/index.js:55:33) at run.next () at Function.transform...
``` npx ember-native-class-codemod https://:/path/ app/**/*.js ``` The process hangs after the following error. ``` Downloading Chromium r686378 - 110.2 Mb [====================] 100% 0.0s (node:58858) UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot...
## Description Control Button Names are Read out twice by the Screen Reader. Tested on Edge, Chrome on Mac with VoiceOver _I could not reproduce the issue on Safari/Mac with...