-
Current README suggests something promise-like, i.e.
```
fhir.search('Patient', queryObject)
.then(function(bundle){...})
```
Should we rely on (or provide a base implementation of) promises, and th…
-
I have started work on translating the Promises/A+ tests into a format that works with Test262.
I have a branch for this work -- https://github.com/smikes/test262/tree/promises-aplus-tests-1/test/sui…
-
Attempted to install Homebrew on a new machine today. brew update failed.
[lgw4@mike:~]$ ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)"
==> This script will install…
lgw4 updated
10 years ago
-
This happens when running `npm install` on https://github.com/angular/angular.js repository, after running `npm cache clean; rm -rf node_modules`. I'm pasting the whole `npm-debug.log` file (I don't r…
mgol updated
10 years ago
-
Explore using Promise/A+ mechanism for Lifecycle management
-
From #1:
> `.then.aplus` is actually ok with me. However, there's nothing to prevent someone from just slapping a truthy `.aplus` on their busted `.then` in a similar way that `$.Deferred` chose to u…
-
I am trying to build a simple Ember App kit using grunt and all the modules gets installed except this. I always get ENOENT on random files. Sometime on a file related to bluebird and sometime on a fi…
-
The Future interface currently has .value, .state and .error. It doesn't seem that those attributes are common in the Javascript libraries/definitions of promises [1][2][3]. Indeed, those values are s…
-
I've seen mentions of a Resolvers/A+, and @ForbesLindesay [mentioned the following](https://github.com/promises-aplus/promises-spec/issues/43#issuecomment-10514016) in #43:
> I'll accept it as not pa…