Cole Chamberlain
Cole Chamberlain
I got this, also in a website project. 
Running the default notebook on collab failed for me with ffmpeg issues. Tried using local Jupyter backend as well and got issues with xformers. Using Windows / 3090s.
To anyone coming across this now, the following line: ``` js // prevent infinite recursion process.removeListener('uncaughtException', arguments.callee); ``` is no longer necessary per [uncaughtException](https://nodejs.org/api/process.html#process_event_uncaughtexception). I'm guessing that back in 2012...
+1, this would be very useful since people will probably need to perform duplicate requests without it.
Sorry for the 3 month late response.. I have been missing some notifications. The legacy application I was using this in outgrew it's need for this hence no updates. I...
@apomortsev - thanks for reporting, I'll get a unit test in to try and repro your findings and get it patched up (today / this weekend depending on time).
Lost track of this one. Planning to get back to it after I get v2 out for https://github.com/noderaider/redux-idle-monitor
Experienced same issue, the quick way to upgrade npm's packaged version of node-gyp is: `npm explore -g npm -- npm i node-gyp@latest`