Aleksandr Guidrevitch

Results 17 comments of Aleksandr Guidrevitch

I get 400 status with empty body for ngx.location.capture("/purge"). If I call it from browser - it just works as expected. I was able to make it work using lua-resty-http...

It might have something to do with buffering as well https://github.com/openresty/lua-nginx-module/issues/415

Hi @mcollina Actually not, I don't have one. I just disabled LimitAS setting in my systemd service config file. Also, setting LimitAS=3G results in the same issue, if feels as...

I don't think it happens without limiting address space. ``` $ ulimit -v 6000000; node -e 'fetch("https://google.com").then(r => console.log(r));' (node:17021) ExperimentalWarning: The Fetch API is an experimental feature. This feature...

Still running into the same issue, even with ```import 'tsconfig-paths/register';```

I've just released 0.1.0. It works for me with the latest blueimp's code - eg go to examples, npm install, node app.js, upload / delete works fine. Please let me...

I can add a hook (callback) which will be called before sending file, but not in 0.0.6. Will it work for you ? What problem are you trying to solve...

Actually, due to the nature of nodejs' EventEmitter, you can modify fileInfo in 'end' event handler. I've checked EventEmitter's code and tried myself - it should work. Can you please...

can you try to fix imagemagick : node_modules/imagemagick/imagemagick.js line 178: exports.identify.path = 'identify'; replace with 'identify.exe' or even full path to identify.exe and line 255: exports.convert.path = 'convert'; replace with...