Godfrey Chan

Results 103 issues of Godfrey Chan

https://github.com/emberjs/rfcs/pull/779 does not specify the whitespace handling semantics for `` tag, as a result the current implementation leaves all the whitespace intact as they appear in the source code. This...

### đź’» - [ ] Would you like to work on this feature? ### What problem are you trying to solve? This is a re-open of #8497, which was supposedly...

i: enhancement

js-modernization
Stale

The actual feature itself seems to have some bugs so far: 1. even though it was “handled”, it still got propagated up to whatever this is, and it also seems...

js-modernization
Stale

There is a problem I kept running into with async functions with something like Axum/Hyper. With the async function syntax, it is very easy for its output Future to accidentally...

This may not end up being a thing that needs to be handled in eslint-plugin-ember itself, but it may, and in any case it seems like a good place to...

These are the eslint config that is required to make `.gjs`/`.gts` work out of the box: https://github.com/ember-cli/eslint-plugin-ember/blob/master/lib/config/recommended.js#L21-L38 However, these are currently inside the `plugin:ember/recommended` rules. If a project doesn't extend...

Enhancement

Today we discussed and agreed it would be a good idea to turn on the TypeScript `noImplicitOverride` feature. We often use overrides for integration with glimmer-vm etc, so turning that...

Good for New Contributors
TypeScript

This fixes an issue where event dispatching stops working if `id` is passed with splattributes, because `elementId` will diverge from the actual `id`, causing the element to not be found...