Kiffin Gish
Kiffin Gish
Please include instruction in the readme on how to get everything up and running, including the ecs demo game, thanks.
I have updated our company application to angular v17 and unfortunately cannot get ngx-translate working. The problem is that `ngModule` is no longer used so one has to modify the...
For my TOC I used the book example, which works great. However, when the header is too long, it wraps down across to form an extra line. How can I...
I would like to be able to disable swrv for certain endpoints, is that possible? For example, all calls to `/api/comments` should simple passthru and always make remote api calls....
The user must first return to the borrowers directory: ``` $ cd ../borrowers ``` Previously assuming (might also want to mention for the sake of clarity): ``` $ cd .....
On page 121 when I try to run the tests as `ember test` or `npm test` I get the following errors: ``` $ ember test version: 0.1.4 valid watchman found,...
On page 120, `tests/unit/model/friend-tests.js` should be `tests/unit/models/friend-tests.js` (models with an 's') Also, my contents look differently from this in the book, namely: ``` import { moduleForModel, test } from 'ember-qunit';...
In order to be able to run `npm publish` successfully, you first have to have setup your username and password by running `npm adduser` otherwise you'll get swamped/confused by a...
On page 119, you have a tasks section which is difficult to understand. What I think that you mean is the following: In the template, `app/templates/articles/index.hbs` add a checkbox ```...