Chris Krycho
Chris Krycho
Typing Hæck is going to be difficult (at best) for many users. `Haeck` or `Haack` would work (and the latter was what I expected from the repo name).
The current implementation has worked well for a long time, but: - it won't work with Ember 4, since [the `Ember` global has been deprecated]() - I *think* everything this...
With 2.17.2 and earlier, everything worked without issue. Upon upgrading to 2.18.0, the `title` method never gets invoked.
I'm back with more error reports for your excellent extension. 😁 Two issues with the Nord theme for you. The Nord Light variation is… just broken. 😬 The dark variation...
Which operating system does the issue occur on? **macOS 10.13.2** If on linux, are you using X11 or Wayland? **N/A** Transparent background works nicely; however, for many contexts this is...
Authoring [the types for DefinitelyTyped][dt] revealed a number of issues, which were also surfaced previously while working on Ember's internal versions of these types. Accordingly, align the types as defined...
[**Rendered text**](https://github.com/emberjs/rfcs/blob/evolving-majors/text/0830-evolving-embers-major-version-process.md) --- Introduce a standard release train for *major* releases, analogous to Ember's release train for minor releases: - After every `X.8` minor release, Ember will ship a new...
### Which package(s) does this problem pertain to? - [x] @types/ember-data ### What are instructions we can follow to reproduce the issue? - install latest types - try to use...
Currently, we make sure that there is a single shared version of each type registry (models, etc.) for an app and its addons by requiring that consumers have a single...
### Which package(s) does this enhancement pertain to? - [x] @types/ember__test-helpers ### Please write a user story for this feature *As a **developer writing tests in Ember**, I want **the...