Maxim

Results 10 comments of Maxim

I would also vote to support Rust.

> @ivanitskiy > > ```lua > local gcli = require("resty.grpc") > assert(gcli.load("t/testdata/rpc.proto")) > ``` > > It looks like it will parse a proto file on every request. I think,...

@f5yacobucci Please remove links to not publicly available repositories.

Thanks for the feedback. I agree 100% that it would simplify the code and make it consistent. as far I remember, x509 did not work in NJS env (NJS is...

A quick search led me to this not implemented crate [protoc-gen-prost-validate](https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-prost-validate). The idea of [protoc-gen-prost](https://github.com/neoeinstein/protoc-gen-prost) project is to provide a collection of protoc plugin that generates code using the [Prost!](https://github.com/tokio-rs/prost)...

> > Rather than a submodule, would you consider distributing the aws signature library via npm? > > Thanks @dekobon for your comment. It is a great point! Sure, I...

Hi @sarim, thank you for a great question. A short answer is Yes, it is possible. A longer answer, it is a bit complicated. The [acme-njs](https://github.com/nginxinc/njs-acme) repo contains some code...

Thanks for sharing your use case. Let's encrypt has https://github.com/letsencrypt/pebble for testing integrations. We are using it in integration testing for `njs-acme`. So you can spin up a pebble instance...

> Previously I tried using https://www.npmjs.com/package/@peculiar/x509, but packaging it to one file and fighting with babel to compile it to njs acceptable syntax failed. as njs doesn't have promise, class...

added some changes and tested in VSC. and submitted a PR https://github.com/dekobon/nginx-s3-gateway/pull/1 to share my findings