Alex DiLiberto
Alex DiLiberto
Fixes Issue #3
I have a domain specific issue that doesn't seem to fit into the current allowable configurations for this addon. My use case would be to have a way to programatically...
**Feature Request** Currently supported doc generators include [YUIDoc](https://github.com/ember-learn/ember-cli-addon-docs-yuidoc) and [ESDoc](https://github.com/ember-learn/ember-cli-addon-docs-esdoc) A future TypeScript doc generator option could include either [TSDoc](https://github.com/Microsoft/tsdoc) or [TypeDoc](https://github.com/TypeStrong/typedoc)
Currently, if you run on Travis and leave `addon-docs.js` empty it will just work because it [falls back to `process.env.TRAVIS_BRANCH`](https://github.com/ember-learn/ember-cli-addon-docs/blob/731830a208e6a36562a4639867439649720a032a/lib/config.js#L32) to grab the correct `getVersionPath` We should allow the same...
https://fontawesome.com/how-to-use/upgrading-from-4#v4-shim Our application allows us to render `.hbs` content snippets from externally trusted sources. We would like the ability to allow these external users to slowly "opt-in" over time to...
``` Uncaught (in promise) Error: Assertion Failed: You cannot pass a null or undefined destination element to in-element at assert (index.js:172) at InElementNullCheckReference.value (index.js:5796) at Object.evaluate (runtime.js:2288) at AppendOpcodes.evaluate (runtime.js:1571)...
failing test for #614 also added a few other related but passing tests
Once dependencies align ``` $ ember dependency-lint ```