Godfrey Chan

Results 103 issues of Godfrey Chan

Hey there, thank you for working on this add-on, I really enjoying working on automations using this platform. Just wanted to put it out there that I managed to get...

Not sure how important this really is. The `ember/no-ember-testing-in-module-scope` rule (the docs, the error message, etc) claims to be about reading the value and stashing it somewhere (i.e. `let testing...

* [x] [RFC](https://github.com/emberjs/rfcs/pull/756) * [ ] [Update](https://github.com/emberjs/rfcs/pull/788) @chancancode * [x] glimmer-vm * [x] https://github.com/glimmerjs/glimmer-vm/pull/1348 * [x] https://github.com/glimmerjs/glimmer-vm/pull/1384 * [x] https://github.com/glimmerjs/glimmer-vm/pull/1389) * [x] ember.js (https://github.com/emberjs/ember.js/pull/20052) * [x] enable feature * [...

If you override the flags passed to the commands from `.ember-cli`, should the `--help` output reflect that? Is that desirable/feasible?

help wanted

It seems we currently hardcode "blueprint packages" (NPM packages with the `"ember-blueprint"` keyword, like https://github.com/glimmerjs/glimmer-blueprint) to define the blueprint in its `index.js` file: https://github.com/ember-cli/ember-cli/blob/master/lib/models/blueprint.js#L1292 It would be nice for this...

enhancement
help wanted

```hbs {{yield "some" "param" to="else"}} {{yield "some" "param" to="inverse"}} ``` Yielding to else block is mainly useful for supporting curly invocation syntax. However, the else block in curly invocation syntax...

enhancement
New Rule

Hello! I work at [Skylight](https://www.skylight.io/). We are launching a [program](https://www.skylight.io/oss) to offer free Skylight accounts to open source apps (similar to Github and Travis), so I am reaching out to...

question

On a fresh install on a M1 Mac (macOS 12.0.1), I am getting this error: ``` ❯❯❯ brew tap heroku/brew && brew install heroku Running `brew update --preinstall`... ==> Auto-updated...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Feature! What is the current behavior? ----------------------------- * `heroku logs --tail/-t` is used to stream the latest logs,...

on-call reviewed

* Move to new repo * CI matrix * API surface audit * Too little? * Too much? * Private APIs? * Version-specific APIs? Polyfills? * Naming convention * Ruby...