-
Hi guys!
What is the minimum that I need to extract from this repo in order to test my app hosted here:
https://github.com/QuantumInformation/test-recorder/blob/master/tests/server.js
I alread…
-
When I send in the options through the trigger event for the 'change' event on the file input selector, buildFileEvent gets called and the function does not include the options with the event object r…
-
Trying to build the Intercom app on the latest Embroider and am experiencing the following error.
ERROR
```bash
ERROR in ../rewritten-packages/ember-sortable.0d0674b1/components/sortable-it…
-
Goals:
- [ ] should not have to configure where Rails has mounted the app
- [ ] should not have to configure relative path to Rails app
- [ ] should be able to run `ember serve` like normal
- [ ] shou…
-
Hi,
For a reason that i ignore, after disabling the builtin typescript extension, VSCode can't recognize the import paths and stop giving me suggestions/auto imports !
### BEFORE
#### Import …
-
Changing the reporter in testem.json only lets me choose between the testem reporters instead of the mocha reporters. Is there any way around this?
-
`` not included in index.html under dist foler, which may leads to browser warning like `This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”` it affects style loader
-
Another one for the "Integrations" section (ref https://github.com/qunitjs/qunitjs.com/issues/42), we can promote use of [SinonJS](https://sinonjs.org/).
Perhaps a very plain and simple way, could …
-
This wouldn't work:
```
ember install spree-ember-storefront
```
I had to use a version number:
```
ember install spree-ember-storefront@0.0.1-beta.1
```
Maybe document it? I'm not sure at what le…
-
tl;dr the following css property fixes my issue:
```css
#ember-basic-dropdown-wormhole {
z-index: 100;
position: relative;
}
```
but it feels wrong/hacky..? The value `100` is the smallest …