-
Hey, opening this per suggestion in #339
The returned `fromFile()` Promise is not spec compliant so it does not resolve if you call `then` or `await` on it at a later point.
For example, this c…
-
I'm having trouble that the promise is always set to pending:
`
var promise = db.search({query:'java',fields: [
'value.volumeInfo.title',
…
-
Would it be possible to switch from generators to promises? This would allow the lib to work in environments without generators.
-
``` js
db.task(function(t) {
return t.oneOrNone('SELECT id FROM users WHERE FBuID=${FBuID}', data)
.then(function(userID){
if(userID){
res.send(userID)
}else{
// i…
-
[MessageToMessageEncoder](https://github.com/netty/netty/blob/4.1/codec/src/main/java/io/netty/handler/codec/MessageToMessageEncoder.java#L118) iterates through a loop and potentially allocates a new …
-
Hi & thank you kindly for building this useful directive for Ionic apps.
I'm running into an issue when I attempt to bind data from a factory that pulls from a remote endpoint, which works as intended…
-
Currently the core of Kronicle6 is built around a PubSub event callback pattern. Due to Promises in the ES6 spec and the goal of this project to be built with es6 and es6 patterns in mind an investiga…
-
Hey, just got this error on the [production link](https://use-the-platform.com/rainbow-explorer/) and seems like you're trying to get user's media before ask for permission. Is that right? Just report…
-
### Expected Behavior
It should be possible to run a particular opcode many times per tick as long as the implementation function runs quickly.
### Actual Behavior
If the opcode implementatio…
-
Currently, promises synchronize on the potentially wrapped value: https://github.com/smarr/SOMns/blob/master/src/som/interpreter/actors/SPromise.java#L343
Since these values can also be primitives, i…
smarr updated
7 years ago