-
There's no reason not to update. This shouldn't be a big deal.
-
jQuery style node initialization:
``` js
h('', { style: { dynamic: val } })
```
-
I'm sure it's some sort of incompatibility, but I'm not getting an error or any output:
``` js
var stew = require('broccoli-stew');
var log = stew.log;
var find = stew.find;
log(find('/src/**/*.js'…
-
RxJS is a nice fit, particularly for the SpeechRecognition api.
Here's a fun demo of both speech recognition and synthesis with RxJS (if you have your speakers on, it "hears" itself, LOL): http://jsb…
-
### Getting in line with the JVM implementations
I was discussing the `.singleInstance()` operator with @benjchristensen yesterday, and he seemed shocked to discover an Observable that is returned fr…
-
If I have an object:
```
var foo = {
[Symbol.observable]() {
return {
subscribe(observer) {
/* do things */
}
}
}
};
```
and I want to use `Observable.from`... do…
-
For now, a default value of 32 is send in the advertising packet, which is a very high transmit power level.
We should be able to change that, depending on the hardware we're using.
It could be provi…
-
Using Ember's prototype functions make this hard to consume for those who `EXTEND_PROTOTYPES = false`
-
In the short term it just makes for much a much better interop.
If I'm the author of some random async library or the like, with `@@observer`, all I need to know to implement it is the basic interfa…
-
I ran into a pretty confusing issue today that boiled down to me sticking an `undefined` in the CompositeDisposable ctor. It might have been nice to assert the error up front, rather than force the de…