Skip to content Skip to sidebar Skip to footer
Showing posts with the label Q

How To Make Synchronous Http Calls Using Promises In Node.js

I would like to iterate thru an array of students and make http call for each of them and parse the… Read more How To Make Synchronous Http Calls Using Promises In Node.js

"iterating" Throw Promises Does Not Let To Generate Different Ids

Reading some amazing tutorials about promises, I've discovered that, if I need to interate thro… Read more "iterating" Throw Promises Does Not Let To Generate Different Ids

Chaining Promises Without Using 'then' With Q Library

I'm trying to chain Q promises without 'then', so eventually the chain would look like … Read more Chaining Promises Without Using 'then' With Q Library

Referenceerror: Strict Mode Forbids Implicit Creation Of Global Property In For Loop On Promise

I am having a really strange problem. I am trying to perform a for loop on a promise return value. … Read more Referenceerror: Strict Mode Forbids Implicit Creation Of Global Property In For Loop On Promise

Angularjs And Q.fcall

Angulars $q is a promise/deferred implementation inspired by Kris Kowal's Q. In Q, you create a… Read more Angularjs And Q.fcall

Q.js Progress Handler Doesn't Seem To Be Firing

I'm currently using Q.js for promises, since they implement progress handlers. However, it does… Read more Q.js Progress Handler Doesn't Seem To Be Firing

Async Waterfall Equivalent With Q

I've got a single page which is an account settings page. In it, I allow my users to update the… Read more Async Waterfall Equivalent With Q

Running Q On Page With Require.js

I am trying to run a widget on a web page that leverages the Q library. Unfortunately, the page al… Read more Running Q On Page With Require.js