-
The [small demo](https://ember-datepicker.development.pagefrontapp.com/) returns a `503` (Bad gateway) with `Content-Length: 0`.
-
Hi again,
Can you please provide the exclude option for files such as `reset.css` and `stye.rtl.css`, because using the CLI command you will get :
`style.css => style.rtl.css`
and if you execute it …
-
I'm running [this](https://github.com/brunopedroso/ember-hoodie-example-app) example app and, at the moment I submit the login request the process is running `ember s` stops with the following error:
…
-
Note that this issue is different from #4 where the author is using an `app.sCss` file and not an `app.sAss` file. I've set `sassOptions: { extension: 'sass' }` in ember-cli-build.js but still get thi…
-
The `embroider-safe` and `embroider-optimized` scenarios started failing for the [ember-a11y-testing](https://github.com/ember-a11y/ember-a11y-testing) addon about 9 days ago. The addon itself didn't …
-
I haven't spent a lot of time thinking through this deeply yet, but the mental model for asset inclusion with [Embroider](https://github.com/embroider-build/embroider/) is fairly different from the v1…
-
What am I doing wrong?
```
$ ember install ember-component-css
Yarn: Installed ember-component-css
Cannot read property 'close' of undefined
TypeError: Cannot read property 'close' of undefin…
-
Trying to use the Plupload Test Helpers, and can't get past the `addFiles` function...
Am I not adding the correct instance to `addFiles()` ?
I have tried `this.container` as well.
acceptance test
`…
-
Hi Matt,
I was looking through your documentation and didn't see the gmaps.js fitZoom or fitLatLngBounds methods exposed.
My use case is very similar to the 'live' markersFitMode at https://github…
-
I'm in the process of migrating to ember-cli, using ember-cli-rails.
I wrote two components, one `flash-queue` which renders a `flash-message` component for each flash message object.
Those componen…