Joel Jeske

Results 24 issues of Joel Jeske

This introduces a new option `--remote_retry_max_delay` can be used to change the existing maximum exponential backoff interval used when retrying remote requests. Before this change, there was a hardcoded value...

team-Remote-Exec
awaiting-review

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

The `-r` option is very nice and helpful. Thanks! In my workspace, I have a bazel managed directory `node_modules` that contains some .bzl files. (This directory contains 3rd party artifacts...

I fixed a bug in the each() method on the ObjectStore where only the first item can be accessed using the cursor approach. When using a cursor, the onsuccess function...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to make stack updates and I have to incur downtime to the agent pool...

It appears that this plugin does not catch instances of async/await in code. My current setup: I am currently bundling my code with Webpack 4 and using dynamic `import()` static...

Should support latest stable of https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md#200-2018-05-17

**Bug Report** I have a project using ES Modules and do *not* want to support AMD / CommonJS. I can turn this off in the parser settings in Webpack but...

It would be nice to allow generating files with the 'use strict' directive within functions. It would be useful to allow a choice during initial setup to generate files with...

This change allows the primary module (JS & LESS) to have a configured location. This is possible my adding an entry to the `modules` array in the yeoman config file...