-
We should be extending http://emberjs.com/api/classes/Ember.Checkbox.html
Accessibility and disabled attributeBindings as required.
TEMPLATE:
```hbs
{{ember-ticketfly-checkbox}}
{{#ember-ti…
-
After I installed `@fortawesome/ember-fontawesome`, I started getting some warning messages when running `ember s`.
```
# ember s
WARNING:
WARNING: /myapp/node_modules/simple-html-tokenizer/comm…
-
### 🐞 Describe the Bug
I have `semi: false` in my prettier config. In general this works, but a semicolon is required between certain statements in a class and the `` tag. This plugin seems to remo…
-
**Describe the bug**
Storybook is completely broken when trying to use it in Ember 4.X
Ember 4 removes deprecated features, one of those being Global Ember usage.
See https://github.com/storybookj…
-
Getting an error running ember-pre4, ember-handlebars-brunch 1.0.2 in the browser
SyntaxError: unterminated string literal
...MPLATES[module.id.replace('templates\','')] = Ember.Handlebars.template(f…
-
### What happened?
I can't connect to zigbee2mqtt.
config file:
configuration.yaml:
homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://localhost:1883
serial…
-
This is a list of all the deprecations in the 1.13.x series. Items without checks need to have a `url` property added to the `options` param in the call to `Ember.deprecate`. The URL should correspond…
-
Cannot find module 'D:\cahyo\lumbung-komunitas\lumbung-komunitas-web\bower_components\ember\ember-template-compiler.js'
Error: Cannot find module 'D:\cahyo\lumbung-komunitas\lumbung-komunitas-web\bow…
-
According to #11 the following list of documented public globals APIs in Ember have no corresponding new module import paths yet:
```
ContainerProxyMixin
Ember.FEATURES.isEnabled
Ember.MutableE…
-
Currently the node is also passed, but it is considered to be more private/internal so it is reasonable that everything the component needs should go through the route object.