Drew Neil
Drew Neil
# Overriding handleResponse() in an ember-data adapter doesn't get called I'm trying to get `ember-data` to use the `ember-ajax` service. I've run into a problem: one of my adapters overrides...
With the [release of Ember 3.26](https://blog.emberjs.com/ember-3-26-released): > Implicit injection has been deprecated. In particular, the store service from Ember Data must be explicitly injected into controllers and routes if they...
We use ember-css-modules in our Ember app, and it's a great addon. Thanks for making it! I tried running the [ember-component-template-colocation-migrator](https://github.com/ember-codemods/ember-component-template-colocation-migrator/blob/master/README.md) on our codebase. The codemod moved our `.hbs` files...
I just cloned this repo and ran into this error when running `make`: ``` $ make gcc -O2 src/wrapper.c -lutil -o bin/wrapper src/wrapper.c:15:17: error: pty.h: No such file or directory...
In the test runner, we have a "Disable Linting" checkbox: After creating a brand new Ember app (via `ember new`), I noticed that the "Disable Linting" checkbox has no effect....
When I follow the [sample usage as documented here](https://github.com/typed-ember/glint/tree/main/packages/scripts#auto-glint-nocheck), I get an error: ``` % npx -p @glint/scripts auto-glint-nocheck '{app,tests}/**/*.{ts,hbs,gts}' ⠙ Checking app/app.ts...Could not find source file: '~code/my-app/app/application-error/template.ts'. ``` The...