Elvin Efendi

Results 14 issues of Elvin Efendi

EDIT1: The example code for reproducing is at https://github.com/ElvinEfendi/envoy-wasm-regional-routing. I have been experimenting with https://github.com/proxy-wasm/proxy-wasm-rust-sdk recently. I want to write a filter that for a given request, dynamically picks what...

I have a model called Blog::Post and I'd like to count impressions for it. The controller is named according to the convention: Blog::PostsController. In this scenario impressionist will set impressionable_type...

The appropriate instruction to do so is disable_after_rate = options[:disable_after_rate] || true But as you can see (options[:disable_after_rate] || true) will still be true if you set options[:disable_after_rate] = false

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Required by https://github.com/openresty/lua-resty-core/pull/296 This is an alternative solution to https://github.com/openresty/lua-nginx-module/pull/1041. I...

needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Fixes https://github.com/openresty/lua-resty-core/issues/75 Depends on https://github.com/openresty/lua-nginx-module/pull/1694 This is a sister PR of...

This PR is based on the work done at https://github.com/openresty/lua-resty-upstream-healthcheck/pull/5. It adds SSL support and addresses all the comments(tests and session reuse) made in the original PR. One significant modification...

Refer to https://github.com/openresty/lua-resty-upstream-healthcheck/pull/36 for description.

Will this WASM support provide better isolation and resource limit enforcement than running Lua code? i.e will we be able to limit CPU/memory usage per plugin or reduce API access?...

Sometimes there is a requirement to toggle the rest of given html text using Javascript(show more/show less functionality). In order to implement this without duplicating truncated html I need the...