Kim Røen

Results 17 issues of Kim Røen

ember-cli supports an argument, `--silent`, that should mute all output. This is useful for running tests and reading the output, for example. ember-cli-coffeescript ignores this, and outputs the linting output...

help wanted

Use this: https://github.com/ember-cli/ember-cli/blob/master/ADDON_HOOKS.md#config Instead of the home-made, free-range, organic implementation here: https://github.com/kimroen/ember-cli-coffeescript/blob/3d2d4091c45fe9622b4c7d38c085680c56757701/index.js#L16-L24

enhancement

This is a common thing to run in to after updating ember-cli. What happens is this: You have an `app.coffee` file, and you also have an `app.js` file. This can...

enhancement
help wanted

Following up on #58 and in preparation for adding tests to #60, this alters the setup to use the `ember-cli-head` addon for testing the title being rendered in FastBoot.

The purpose of this is to remember the size and location of the window when you close the app, and then position it there when you open the app again....

Makes a number of changes to the disappearance guide, moving it in a direction where it recommends more of the best practices that have appeared since the last time it...

help wanted 👋
good first issue 🏁

At the top of the [intro to states](http://playgroundjs.com/intro/states), the following message appears: ``` Warning: file_exists(): open_basedir restriction in effect. File(documents/intro/states/meta.json) is not within the allowed path(s): (/tmp/:/home/rezovsky/) in /home/rezovsky/public_html/playgroundjs.com/index.php on...

The pagination helpers on a query such as `startAt`, `endAt`, `startAfter` and `endAfter` do not respect the ordering direction. An example using `startAfter`: ```js const firestore = new MockFirestore().firestore(); await...

Even though we have turned the `mock` config option on during testing, we still get an error about a missing method, `update`, when running our test suite: > Uncaught TypeError:...

We can't leave Jim out in the cold.