Doug Beck
Doug Beck
What I was trying to accomplish: I have a bookmark ( "bs" > "twitter.com") yet typing "bs" in the location bar results in a google search of "bs" instead of...
Motivation: * As-is the build does not fail when the tests fail * Would like to refactor/cleanup whitespace but not able to do so confidently with the current test suite...
Roadmap
This repo now has few more maintainers (including myself). Before making any big changes would like to: **Say Hi** > hi **Make a todo list** 1. [ ] Rewrite tests...
The team has a mix of Chrome and Chromium. It wasn't too hard to say: ```js function chrome() { return process.platform === 'linux' ? 'ChromiumHeadless' : 'ChromeHeadless'; } karmaconfig.set({ browsers:...
## As is * Using Angular * Make a service request, throw a 500`HttpErrorResponse` * Report this error with `StackdriverErrorHandler` * Get a 400 from the service, error never reported...
Led here from: https://esdiscuss.org/topic/importing-json-files Looking through the issues and discussion, unable to find a clear answer. There is a ticket discussing [Import non-JS code from the import declaration](https://github.com/whatwg/loader/issues/87). Considering the...
By default here is the sample of generated config: ``` concat: { generated: { files: [ { dest: '.tmp/concat/app.js', src: [ 'src/js/a.js', 'src/js/b.js', 'src/js/c.js' ] } ] } } uglify:...
When compiling typenum I get: ``` qemu: uncaught target signal 11 (Segmentation fault) - core dumped error: could not compile `typenum` ``` The full output ``` $ ~/src/typenum (main) docker...
I am a new user and just installed the plugin. Upon first run go error: > Failed to sort imports: Error: 'pipelineOperator' requires 'proposal' option whose value should be one...