Dmitry Volyntsev

Results 119 comments of Dmitry Volyntsev

Hi @dilyanpalauzov, > If I put in the same location / { js_content …; and proxy_pass …; } then js_content is not executed (even if it contains a single .log()...

Hi @jirutka, Thank you for the report. It seems that `make test262` failed. ``` ... test/buffer.t.js: Bus error (core dumped) ... test/buffer.t.js FAILED TOTAL: FAILED [131/132] ``` I will take...

Hi @omegion, We do not have native redis client or TCP API yet. We plan to do both in the future.

@omegion Combine both lua and njs? There are many configuration which do that.But usually they do not interact. One way for both lua and njs interact is to use nginx...

Hi @PassionPI, No, it is not supported yet. But, it looks like a good improvement. Will do.

Hi @drsm, Do you have any specific use case in mind for this?

Hi @dalbani, Consider using [QuickJS engine](https://nginx.org/en/docs/njs/engine.html) if you do not use built-in modules [not implemented yet](https://github.com/nginx/njs/issues/698).

hi @dalbani, yes this code was intended to support optional chaining in njs, and this looks like a bug. I will look into it as time permits. No ETA though,...

@dalbani since 0.9.1 qjs engine supports `ngx.fetch()` and `querystring` module.