Godfrey Chan

Results 103 issues of Godfrey Chan

## Which problem is this PR solving? Fixes the following eslint warnings: ``` /home/runner/work/opentelemetry-js/opentelemetry-js/experimental/packages/opentelemetry-instrumentation-http/src/http.ts 236:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 251:31 warning Unexpected any. Specify a different...

https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/package.json#L31-L33 `@babel/eslint-parser` and `@babel/plugin-proposal-decorators` are not installed for TypeScript project. In the old legacy config, TS projects always use the TS parser even for JS files: https://github.com/ember-cli/ember-cli/blob/v6.0.0/blueprints/app/files/.eslintrc.js#L5-L36 The new flat...

## Bug Report A while back, I filed https://issues.chromium.org/issues/380105420 for a completely unrelated issue in a different context. Today, I came across https://github.com/open-telemetry/opentelemetry-js/issues/4473 (https://github.com/vercel/otel/pull/136) which sounds suspiciously similar. Did some...