Godfrey Chan

Results 103 issues of Godfrey Chan

The point of the `recompute` method is that you call it to trigger Ember to re-render the helper in some kind of callback, such as observers, promise callbacks, etc. Since...

Seeking Co-author

[Rendered](https://github.com/emberjs/rfcs/blob/template-layering/text/0813-template-layering.md)

T-templates
T-framework
T-Tooling
T-TypeScript

A while back, we added the `captureRenderTree` API as a more stable (but still private/intimate) API for the Ember Inspector to use. It's fairly well thought out though it didn't...

Just some quick notes for the idea to open up the discussion. It's not very common, but occasionally you need to do string interpolations in Handlebars. Today, the solution is...

T-templates

# Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...

types:core

### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...

types:core
types:core:data

When linking directly to a nested section (e.g. https://guides.emberjs.com/release/tutorial/part-1/), the nav does not expand and select the currently active page.

Something like this: ```md ### [Some Title With Link](...) * some * content ``` Causes some kind of rendering bug that turns the whole section (the h3 and the entire...

I am curious why the token 1) is taken as an environment variable instead of an input, and 2) not defaulted to `${{ github.token }}`, which seems to be the...