Stuart

Results 16 issues of Stuart

[](https://issuehunt.io/r/shanalikhan/code-settings-sync/issues/413) By @shanalikhan Before starting this feature, Settings Sync required code requires refactoring. You can take https://github.com/shanalikhan/code-settings-sync/pull/937 as a baseline for refactoring to start working. Following are the feature i...

feature-request 💡
bounty

This PR adds an optional second parameter to the `EventBridge.build` and `StepFunctions.build` methods, which allows the caller to specify AWS service client configuration. This permits a user to override the...

Hi, I'd like to use this library with [Localstack](https://localstack.cloud) to avoid deploying to a real AWS account. Doing so would require overriding the `endpoint` config option for the AWS SDK,...

**Parsing or Formatting?** - [X] Formatting - [ ] Parsing **Is your feature request related to a problem? Please describe.** I need to create CSV files where the source data...

enhancement

## Summary This PR attempts to address #3292, where variable whose name starts with `mock` cannot be used in a hoisted mock context. In plain jest and jest+babel, one can...

**Describe the bug** If a naive user (🙂) assumes they can use vim keys (or anything other than arrow keys & enter) to navigate the AWS region list, it breaks...

**Is your feature request related to a problem? Please describe.** It's frustrating to type "my api" in the 'open project' menu and get no matches, because the repo is actually...

hacktoberfest

Extensions are able to add custom sidebar items. It would be useful to have an option in this extension, to add a sidebar item that lists all projects, and allows...

enhancement
help wanted

4. What did you do? * Clone current master branch * Install dependencies * Run `npm test` 5. What did you expect to see? The tests should run 6. What...

4. What did you do? Tried running the code formatting script in `README.rst`: `format.sh -mask "*.js" -settings $(pwd)/webstorm-codestyle.xml -R $(pwd)/lib/ -R $(pwd)/test -R $(pwd)/system_test` First I had to change the...