-
When Ember is used as offline application , this addon is having problem because Fonts are from CDN.
```
[Report Only] Refused to load the stylesheet 'http://fonts.googleapis.com/icon?family=Material…
-
I just follow the official website said step by step and when run ./compile.sh ,something wrong like this ,what should i do ?
```sh
./compile.sh
Checking for required programs...
Program requir…
-
I'm getting the below error when using this package. Is there anyway to fix this?
I'm using node 8.9.3. And it has worked locally... and had worked when I deployed it to Google's Firebase function…
-
this currently just consists of "there's a calendar on the bottom of the page" and it's done manually.
But @ashleygwilliams wants to do better.
-
We may want to consider removing dependencies on a particular style framework, using an extensible theme framework, or only copy component-specific styles as needed from Semantic UI, Bootstrap, AdminL…
-
With `ember-hammertime` installed:
```
Template Compiler Error (TemplateCompiler) in lords-fielder-tool/application/template.hbs
Cannot read property 'start' of undefined
```
-
![lighthouse](https://user-images.githubusercontent.com/66243/68079631-e1fec900-fe2f-11e9-840d-04251521d804.JPG)
The performance score in google lighthouse is not great (45 on /chat).
-
Does anybody use this library with Ember CLI app?
What should be added to the RedirectURI template?
The README uses global App variable approach which doesn't work for CLI applications.
-
Getting version conflict issues for `ember-assign-polyfill`. Tried putting config in main addon and in dummy app, with no difference.
Tried both of these:
```
'use strict';
module.exports={
…
-
As [noted in the README](https://github.com/pgrippi/ember-cli-google-analytics#warning-content-security-policy), this addon uses `contentFor` to inject a `...` into the HTML. Content-Security-Policy v…