Ben Page

Results 25 comments of Ben Page

@noinnion, if you are stopping development please consider releasing the source code. There are several critical bugs on Android M. I'm a paying customer and an Android developer. I would...

My examples are contrived to make them concise. But I'll give a specific example of why this is important. I have a library that abstracts network communications. Internally it uses...

Delay isn't the problem. I only put that there because otherwise node exits too fast on Windows. The user could be using promises for anything. My point is that the...

Thank you. Now I understand what you are saying about the chained calls. My example is flawed. I'll work to come up with a better one.

I'm going to close this. I'll open a new issue when I've sorted out a better example.

@spion, I'm ready to revisit this. I agree with everything that you've said. And in most cases it's really is enough that the warning is only displayed if the chain...

I decided to go ahead and work on a PR for this. I did this for two reasons: to gain familiarity with Bluebird and to test if this is a...

So the last few messages are off topic. This issue is about providing a way for the author of method for flagging their promises as handled. Rather than requiring the...

@spion, `.done()` does not solve this case, the warning is still raised even if done is call on the Promise. I think this is because `.done()` sets the `IS_FINAL` flag...

> https://github.com/open-policy-agent/npm-opa-wasm/blob/3e618c84a07ba3af8d7bab75eb77395bd79d7c54/src/opa.js#L267 > > this library mimics what npm-opa-wasm does in terms of execution order. I can take out the first commit, if that helps. It's a small amount of...