Jeremy Jonas
Jeremy Jonas
The `no-duplicate-string` rule triggers **FALSE POSITIVE** for object property key of Proxy. https://github.com/SonarSource/eslint-plugin-sonarjs/blob/b211bf18a9afe22e2e36c48a25b983d4db5312a9/src/rules/no-duplicate-string.ts#L129-L131 ## Repro Steps 1. Create any [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) object 2. Use string literal key to access properties of...
Enable `assetsPath` option to pass-through from props.options to lottie.loadAnimation() https://github.com/airbnb/lottie-web/wiki/loadAnimation-options#assetspath
Most crypto arbitrage bots don’t do actual arbitrage with withdraw/deposit cross-exchange, from reading the docs for this project it is unclear if this supports that? Also, is it possible to...
*[edited to remove 2nd commit]* Currently cdk-nag only supports "blocking" validation scenario, in which `cdk synth` will fail the build if any `Error` level messages have been reported (unless `--ignore-errors`...
### Description Currently **Rules** only define a `name` and the **Pack** must define the `info` and `explanation`, but this seems redundant if multiple **Packs** share the same rules. I see...
**Is your feature request related to a problem? Please describe.** The [GraphQL Auth docs](https://github.com/aws-amplify/docs/blame/master/docs/lib/graphqlapi/fragments/js/authz.md#L56-L107) does not specify any details around `AUTH_TYPE.AWS_IAM` being required to get `$context.indentity.congnitoIdentityId` during AppSync resolvers. When...
https://github.com/jscutlery/semver/blob/1f2242f0350ea1589af581f0f3df4add30585adf/packages/semver/src/executors/version/utils/try-bump.ts#L54 If I have a package in my monorepo that does not have a release tag, I would expect that it would start at `0.0.0`, however it starts at `1.0.0`,...