-
I just invested in a few of the IKEA 1743 - Switches. The switches were easily detected by Z2M and worked like a charm besides a binding issue (other thread).
As part of device management I record …
-
I'm looking for a convention/standard to document components, especially targeting these information:
- arguments
- attributes
- yield
for components, template-only components while supporting…
gossi updated
2 years ago
-
The README credits ember-concurrency a few different times, but we need to do a better job of explaining when you would use one or the other.
IMO, the answer is that using both is perfectly fine an…
-
Test error: `expected container not to be destroyed`
I can't reproduce this exactly. It will happen sometimes locally, sometimes on travis, most of the time on travis, but repeat builds will someti…
-
I have been banging my head against this every time I try to update from 3.0.0 to any >= 3.1 version beta or final.
It happens after transitioning in and out of a particular route exactly 3 times.…
-
28x28 divs with tooltips is taking 964ms to render on a dev desktop. Is this too much for Glimmer and I should optimise, or is there an optimisation case here for glimmer?
```
{{#each this…
-
Adding 2nd admin(2nd python control) fails On TE6 branch (82bcd4e36f4856a4216cb76a16116faeec40e223).
Steps to reproduce :
1. Launch lighting app on a raspy
2. commission the lighting app with fir…
-
Occasionally (5 or 10% of the time) `paper-select` causes my app to become unresponsive.
When this occurs the `#ember-basic-dropdown-wormhole` contains both an `md-backdrop` element and a div for t…
-
```
2009/04/06 The first release candidate of PolyBoRi 0.6 is available
for download. It comes with a PEP8-conforming python interface and
new algorithms: FGLM and (experimental) parallel process…
-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?