Godfrey Chan

Results 103 issues of Godfrey Chan

### 🐞 Describe the Bug In _most_ other places, you can equivalently have `foo.js` and `foo/index.js` (except in controller and routes where "index" has a special meaning) and expect things...

Likely duplicate of #8478, which has more information and a potential PR 1. Generate an ember app 1. Run `FOO=bar ember s` 1. Go to `https://localhost:4200/` 1. Run in the...

bug
help wanted

https://babeljs.io/docs/babel-plugin-transform-typescript#onlyremovetypeimports https://github.com/embroider-build/ember-auto-import/issues/611#issuecomment-1984990158

The purpose of using Mapbox in the tutorial is to give the readers an opportunity to interact with a "real world API" and keep things grounded in reality. Historically, Mapbox...

This is really https://github.com/embroider-build/ember-auto-import/issues/611, but opening an issue here for visibility In a **classic** app build with `.gts`, this works: ```gts import and from 'ember-truth-helpers/helpers/and'; export default {{if (and true...

I'm working on a refactor of Rails's JSON handler (rails/rails#12183). I noticed that when I run the tests with json/pure (the default is to use json/ext, but I want to...

Despite allowed by the type definition, it seems like I just didn't implement (and test) support for encapsulated tasks at all?

Example app: https://ember-twiddle.com/4adde6ca35c70ee3ae57e8a10cf55176?openFiles=controllers.search.js%2C 1. Since tasks can be parameterized, it seems incorrect to tie the lifetime/cancellation policy to the task description. In the example, there are two consumers/callsites to the...

feature-request

This flag is not a simple boolean, so it would probably require some redesign/refactor to make it work.

Fill these in: https://github.com/emberjs/ember-optional-features/blob/master/features/application-template-wrapper.js#L29-L31 https://github.com/emberjs/ember-optional-features/blob/master/features/template-only-glimmer-components.js#L42-L44

good first issue