Garrick Cheung
Garrick Cheung
The API doesn't seem to be removing all tags when an article's `tagList` is an empty array. Sending an array with an empty string properly removes all the tags.
Ember.js is often called out on having a large filesize. I'm wondering if `ember-concurrency` can be removed in order to reduce the `vendor.js` filesize. I understand that it's useful for...
- [x] Setup Travis CI to run tests on PR's. - [ ] Integrate [homu](https://github.com/barosl/homu) to run tests against a branch that's merged with master to prevent broken tests sooner.
The `appendTo` option provides a target for where to append the reveal and overlay. This is helpful when testing. Reveal by default will append to the `body` element. Ember dispatches...
From a comment in #20: >kaermorchen: >@acoustep a property "revealClass" not work in zf-off-canvas component.I try to do `{{#zf-off-canvas revealClass="reveal-for-large" as |section| }}` but class 'reveal-for-large' not added to element...
## 🍩 Feature Request **Is your feature request related to a problem? Please describe.** Applications with a content security policy that does not include "unsafe-inline" prevent SVG Jar's inline Symbol...
## Issue and Steps to Reproduce - The first visit to "Routes" table, by selecting the "Routes" tab, displays an empty table and outputs a JS error: ``` This is...
**[email protected]** I've enabled the build to include the style guide by setting `shouldIncludeStyleguide` to `true` in my addon's `ember-cli-build.js`. ```javascript // ember-cli-build.js const EmberAddonDocs = require('ember-cli-addon-docs'); EmberAddonDocs.options['ember-cli-tailwind'].shouldIncludeStyleguide = true; ```...
iOS 11.2.5. iOS Chrome: 64.0.3282.112, which is basically a skin over WebKit, whatever version iOS 11.2.5 comes with. Swiping down to scroll up has buggy behavior where the boxes skips...