Results 788 comments of Benjamin Gruenbaum

Yes, I see that now. Wouldn't it be possible to require that decorated functions reserve `await` as a keyword? It'd mean it's more work to desugar but it also means...

I'm +1 on that draft (personally).

@bmeck sure, gladly - who do I email? Do I just send an email saying I like it to [email protected] ?

@chiefbiiko please don't send people towards deno it's not close to ready yet and it creates a lot of noise in the issue tracker.

@mcollina I think the ask is for these methods to work since the environment this package runs in (either Node to support several versions or browsers) often does have web...

What is your primary role in your workplace? - Developer, I typically am not the person to debug production issues - Developer, I typically am the person to debug production...

Which do you use the most often in order to write async code: - Promises without `async/await`. - Promises with `async/await`. - Node.js standard `(err, data)` callbacks. - I don't...

Do you use async iterators and `for await(` loops with streams?

Which of the following tools do you use in order to debug Node.js code **at least once a week**: - [ ] The Node.js inspector or an IDE debugger (`nodejs...

What should the policy Node.js takes when an unhandled rejection occurs? For example - when an exception is `throw`n in an `async` function (or a `then` handler) but no code...