-
-
The Promises specification has the following to say about chaining promises:
> `then` must return a promise
>
> promise2 = promise1.then(onFulfilled, onRejected);
>
> If either `onFulfilled` or `on…
-
I'm getting an error when loading up a complete build of my app on the latest 0.17 release.
![jspm-error](https://cloud.githubusercontent.com/assets/7777/13854376/32506dc6-ec39-11e5-8cc7-7be7563d094f…
-
I'm having problems getting MEVFloatingButton to work, probably due to my view setup.
I have a parent view controller that adds a childviewcontroller like so:
UIStoryboard *storyboard = [UIStoryboard…
-
While digging around in the compiler just now I noticed that some of the code is *not* Promises/A+ compliant, specifically the `` tag. These are mostly edge-cases, and will *probably* never break anyt…
-
3번을 못풀고 4,5,6을 푼 채로 제출하면
4 5 6번이 0점이 나옵니다.
아마 require export (previous problem)
에서 3번을 못풀었기때문에 error가 나는것 같습니다.
```
Error: Impossible to unify
"aeval st
match a2 with
| ANum 0 => ANum (S …
-
I made an easy way to get the DH Parameter patched certificate updated. I put a small shell script on
https://github.com/mommel/letsencrypt-aplus
Maybe this is something for the project.
-
Given [this SO question](http://stackoverflow.com/questions/32553746/can-i-use-different-promise-implementations-together), maybe we should put ES6 Promises in our list of compatible implementations?
-
Hi to all,
This error is associated with the use of the CalendarDatePickerDialog and RadialTimePickerDialog views. When the "show" method is called, the captioned exception is received. I'm developin…
ghost updated
8 years ago
-
vegan@vegan:~/xxx-yyy/gateway$ gulp protractor qa
[10:52:58] Using gulpfile ~/xxx-yyy/gateway/gulpfile.js
[10:52:58] Starting 'protractor'...
[10:52:58] Starting 'qa'...
[10:52…