Elad
Elad
Improved the EventGhost plugin to allow configuration and expose more functionality. Summary: - Updated lightpack.py to latest version (with modification to fix empty profile) - Will now connect when plugin...
Currently `ember-cli-mocha` just uses the HTML reporter that comes with mocha. While it works very well, it is difficult to extend and does not offer the same features as the...
Installing this addon in a 2.x Ember application causes an error: > `Uncaught TypeError: Cannot read property 'extend' of undefined` I suspect from the stack trace this is due to...
Assume you have models `Person` and `Post`, with the latter having a relationship to the former through `author`: ```javascript // models/person.js import DS from 'ember-data'; export default DS.Model.extend({ name: DS.attr('string')...
The Ember 2.0 release blog post [states](http://emberjs.com/blog/2015/08/13/ember-2-0-released.html#toc_ember-2-x-themes): > As the JavaScript decorator proposal stabilizes, and as transpilers improve their implementations, we plan to adapt computed properties and other APIs to...
It would be very helpful for UX, as well as timing, to be able to know when a task was performed, when it started (different from performed if it was...
It would be nice to have a `fontsize` option in addition to the existing `fontface` to define a default font size (in `pt`) for HTML/RTF export.
I recently watched (and enjoyed!) @serenaf's [talk about this addon at EmberCamp London 2016](https://www.youtube.com/watch?v=l4KCEoa29GE). I had an idea for how this might be doable without having to resort to a...
Not sure if this is the right repository to file this issue to get it fixed, but seems closest to the source of the problem afaict. Following the steps in...