Alex Ford

Results 9 issues of Alex Ford

It would help me to enableEvents on something other than [window](https://github.com/elwayman02/ember-user-activity/blob/master/addon/services/user-activity.js#L41). It would be nice to have the following API: ``` javascript this.get('userActivity').enableEvent(eventName, target, element); ``` Such that I can...

Support instantiating a `vertical-collection` component with a custom Radar using the `RadarClass` attribute. Feature Request #313 #### Example RadarClass Usage ```htmlbars {{#vertical-collection items RadarClass=CustomRadarClass as |item| }} {{item.name}} {{/vertical-collection}} ```

### Description `vertical-collection` has been a valuable addon to improve our application performance. We've recently come across a desire to use `vertical-collection` on a set of items that vary greatly...

I have clients that are reporting issues of using the uploadcare widget on the latest version of iOS 11.2.2. The widget is currently not working on the [Live Demo on...

The Layout Markdown Demos show the parameters and results that ember-collection is passing and receiving to/from the layout templates. It has been extended to all layout types, so click the...

Ember-Impagination is in serious need of a README rewrite. I want to focus on good examples and beginner friendliness. - [x] Update First Paragraph for clarity when visiting for first...

documentation
migration guide

The upgrade from `v.0.2.x` to `v1.0.0` contains some breaking changes. We need to outline them in the README for new users as well as a Migration Guide for existing users!

documentation
migration guide

This is related to a [request for test brought up in #42](https://github.com/flexyford/impagination/pull/42#issuecomment-340541365) We need to add a test which verifies that our dataset state properties are copied by reference for...

I'm using the `Bugsnag.notify` API and therfore have to ``` javascript import Bugsnag from 'bugsnag'; ``` However, this breaks my tests: > Chrome 43.0 - Global error: Uncaught Error: Could...