Arkadiy Tetelman
Arkadiy Tetelman
I've added some retries to hackenproof and I believe this should be resolved now. However I was never able to consistently reproduce it in the first place so it's hard...
We're also running into this issue. Here are the top api calls made by our load balancer controller over a period of 24 hours - it seems like DescribeTags is...
@LinusU you're correct, I didn't realize the aptly named `printErrorAndExit` actually exited the process. However the same argument could be made for uncaught exceptions - the default behavior is to...
My bad, I was testing in the REPL and that behaves differently with uncaught exceptions than running a node script on the command line. I've pushed a new commit which...
I gave it a try and ran into the following issue - consider the test file: ```js require('./source-map-support').install(); throw new Error('test'); ``` When I run it I get: ``` $...
Added a deprecation warning that prints once, following https://github.com/nodejs/node/blob/689a64319864433b32235b9d6ac4889f4cdcfea5/lib/internal/process/promises.js#L69-L76. This warning was originally added here: https://github.com/nodejs/node/commit/07dbf7313d0b46bf4452c63aee72f91ea587598c for all node versions 7.0.0+, so I default `deprecationWarned` depending on if the node...
Closing as per https://github.com/arkadiyt/ssrf_filter/issues/56#issuecomment-1703190798
Hey folks, sorry on the very long delay here, I'm trying to get back to maintaining this gem actively and am resolving or closing most open issues. I messed up...
Still works perfectly for me, with javascript both enabled or disabled. Can you provide some clear reproduction steps?
Can you provide some clear reproduction steps?