-
### What is the issue with the Streams Standard?
I was investigating further on #1296 and found that this snippet emits different logs on different implementations:
```js
new WritableStream({
…
-
**Jetty version(s)**
12.0.8
**Enhancement Description**
ContentSourceByteBuffer, ContentSourceString, ChunkAccumulator, ContentSourceConsumer implementations use provided Promise and call promise…
-
Having (optional?) support for promises will allow for even more elegant usage with libaries like co. Since fermata is already using es6 features, it wouldn't be too farfetched to either look for a gl…
-
In a single project there may be
- multiple versions of Promise implementation, say `bluebird@2`, `bluebird@1`
- multiple packages of Promise implementation, say coexistence of `bluebird` and `Q`.
Al…
-
Currently it seams unclear on how to use this library with other promises implementation, such as `Q`, because `es6-promise` is incompatible with `Q`. It would be nice if `avprober` presented a simple…
-
The way most current implementations work is by having a function which returns a 'deferred': `{resolver, promise}`.
The deferred concept is a little bit messy, but makes a fair bit of sense. One o…
-
I am getting this error after implementing the way docs suggest.I have no idea how to resolve it can you provide some help.
I tried to implement this in react native expo app.
I added the button …
-
I just using react-native which requires the project but got this issue.
Other promise implementations like well-known bluebird or the "promise" package itself have a ".finally" which won't change th…
-
Most decent promise/future implementations are a superset of [Promises/A+](https://promisesaplus.com/). So this module could be a whole lot more general purpose if it only relied on functionality from…
kraih updated
7 years ago
-
The [comparison of recursive mkdir implementations](https://www.npmjs.com/package/mkdirp#choosing-a-recursive-mkdir-implementation) says that Node's built-in `fs.mkdir` doesn't return the first direct…