-
-
Hey,
I've been using ember-cli-addon-docs for a project, it has been great for developing isolated components. Have found that there's a fair amount of boilerplate when adding something to the docs…
-
I [opened a PR](https://github.com/ember-cli/ember-try/pull/850) a little while ago and I noticed that some of the tests were failing. Digging into it a little bit, it seems like the failure is to do …
-
I've been hacking around with setting up and tearing down Orbit around (acceptance) tests. More specifically I'm building a demo app that only use IDB as backup and no remote JSON:API source.
To be…
ghost updated
4 years ago
-
## Question:
I have some e2e tests in cypress and today I've started to setup mirage (most of the routes are complete), but I need some context switching between scenarios inside the test.
I kno…
-
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've been trying the support for addons and worked like a charm except for this little detail.
Example with ember-power-select: https://ember-twiddle.com/b076c42b8529f3f95165dca5c82abef3/23f8fbca074b…
-
This is my set-up:
```
{{select-picker content=propertyTypes
selection=selectedPropertyTypes
multiple=true
optionLabelPath="content.name"
…
-
The idea was mentioned in this issue: https://github.com/poetic/ember-cli-cordova/issues/32, to add support for platform specific files such as `my-template.android.hbs` or `my-controller.ios.js`.
I …
-
The [small demo](https://ember-datepicker.development.pagefrontapp.com/) returns a `503` (Bad gateway) with `Content-Length: 0`.