Bill Heaton
Bill Heaton
@rwjblue there is one other point to chat about at some point too, the focus method in the existing test helpers has an issue with Firefox and focus on window...
I'm curious if we can upgrade mocha to `"^5.1.1"` instead of `"mocha": "^2.5.3"` ? I tried out (with npm-link) using the latest mocha and tests worked fine.
At a quick scan of the README I see the example that ember-collection will mange rendering 10,000 items and only draw what should be on screen. My curiosity is… Since...
I used this for about a couple years at my old job. I personally don't have any production app using this (other then my personal blog website). Maintenance needs: -...
With use of `polymorphic: true` in a (Ember Data) model relationship we need support in the serializer Here is a solution we put in our app: ```typescript import CloudFirestoreSerializer from...
See: https://github.com/emberjs/ember.js/issues/10534 - FastBoot changes seem to break setting Application#customEvents within initializer For now the consuming application will need to setup the custom events for `toggleOffCanvas`, `expandOffCanvas`, `collapseOffCanvas`. see: https://github.com/pixelhandler/ember-off-canvas-components/blob/master/addon/initializers/custom-events.js#L6-L11...
Perhaps the common starting place for developers would be using JavaScript.
- pixelhandler/master should have all PR's merged in currently on mmonteleone/pavlov
Same functions as the console utilities in jQuery plugin format. Can be useful for testing helpers.