Gareth Jones

Results 157 issues of Gareth Jones

``` expect(imageElement.style[computed]).toBe(`inset 0px 0px 0px 400px ${c}`) ``` This errors: ``` A fatal parsing error occurred in autofix. Error: Parsing error: Unexpected token : Autofix output: expect(imageElement).toHaveStyle(: inset 0px 0px...

bug

When using the `webpack` plugin, output is piped to a log server (usually at `http://localhost:9000`). However, if an error occurs during complication that causes the process to end, the log...

enhancement
help wanted
plugin/webpack

* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] I...

enhancement
help wanted
plugin/webpack
hacktoberfest

`jest` & `jasmine` are test frameworks that're not covered by `isTestPkg`: https://github.com/npm/init-package-json/blob/2b5d21ea3e3434f8e0d6050cd2733d5062b830c6/default-input.js#L9-L12 I don't know the impact of this, but it's clearly looking for testing frameworks 😄

I'm using `aws-sdk-ssm` and would love to have types for that - I've seen there's a [generator](https://github.com/ruby/gem_rbs_collection/tree/main/generators/aws-sdk-rbs-generator) but I don't see how it correlates with the handful of `aws-sdk` gems...

## What did you implement: When webpack was added as a dependency in #105 it was added as an "optional" dependency using `optionalDependencies`, when it should have been in `peerDependencies`....

# This is a Feature Proposal ## Description If the azure credentials are missing, serverless currently attempts to login to azure via a browser: ``` Serverless: Packaging service... Serverless: Excluding...

# This is a Feature Proposal ## Description When running commands like `sls deploy`, I get this warning: ``` Serverless: Configuration warning: Unrecognized provider 'azure' Serverless: Serverless: You're relying on...

Currently the types are using `JSONSchema4` as the type for `schema`, which means TypeScript won't let you pass objects of type `JSONSchema7` due to type differences. Specifically, `exclusiveMaximum` & `exclusiveMinimum`...

enhancement
help wanted
in discussion

I'm on Windows, and using `wsl` + `tfenv` to manage my actual terraform installs. It'd be great if `intellij-hcl` supported utilizing that. Bonus points if it's possible to hook into...