-
[ESLinst](https://eslint.org/)'s [`context.report`](https://eslint.org/docs/developer-guide/working-with-rules#contextreport) is the API used to report linting validations (similar to `ember-template-…
-
ember-test-selectors@^2.0.0 breaks on this line
https://github.com/ember-learn/ember-cli-addon-docs/blob/master/addon/components/docs-header/template.hbs#L26
due to binding on a tagless compon…
-
The current API relies on two methods to read or set the state, this is convenient, and in many cases, shorter (less characters) than having to do `o.value = newValue`. However, there are frameworks, …
-
# 04/02/2019
- ability to go to component style if css-modules used (lense)
- allow langserver handle diynamically created projects inside working dir
# 02/12/2019
- allow ember projects have in…
-
Hi,
We noticed an issue when we have two instances of ember-selectize placed in the same template.
Then the sequence:
1. Click on 1st select
2. Click Url bar in the browser (Chome)
3. Click o…
ghost updated
7 years ago
-
When a component yields hash with components, as in the following example:
```hbs
const components = { button: hbs`...`};
{{yield components}}
```
```hbs
import Special from './special';
…
-
**Steps to reproduce the behavior:**
1. Ember install ember-cli-typescript --save
2. Create a route `docs/button`
3. In `docs/button/controller.ts`
```
// BEGIN-SNIPPET docs-button.ts
…
LowBP updated
5 years ago
-
https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/162
```jsx
const num: number = 1
(oops) => {}
```
```jsx
import Component from '@glimmer/component'
/** It's a comp…
-
Hi,
I can't seem to get this addon to run. As soon as install the plugin (ember install ember-leaflet-layer-control) and before even changing any code in my application I get the error message "Can…
-
I'm using Ember CLI `0.2.3` with ember-cli-cordova `0.0.16`. The Ember app is connected to a Rails API. Thus, I use `ember server --proxy http://localhost:3000`. If I set `EMBER_CLI_CORDOVA=1`, this c…