Thibault Charbonnier

Results 34 issues of Thibault Charbonnier

Hi, If you run this program: ``` ruby Cow.new({ :cow => "vader" }).say("Hi") #prints vader Cow.new({ :cow => "default" }).say("Hi") #prints default Cow.new({ :cow => "vader" }).say("Hi") #prints default Cow.new({...

This PR refines the implementation of the CRC32 runtime detection implemented by @isage in https://github.com/openresty/luajit2/pull/20, and previously refined by @siddhesh in https://github.com/openresty/luajit2/pull/75. It also brings in refined ARM64 support originally...

This PR introduces a new NGINX core module: ngx_meta_lua_module. This new module aims to: * Unify duplicated implementation between ngx_http_lua_module and ngx_stream_lua_module (I believe that many parts of both modules...

I compiled a list of commits from [ngx_http_lua](https://github.com/openresty/lua-nginx-module) that are not yet ported to this module (excluding the currently opened PRs): ngx_http_lua master branch (last updated: 2019/08/27 - [ngx_http_lua HEAD](https://github.com/openresty/lua-nginx-module/commits/master):...

Fixes ------ * Apply the init_cycle_pool_release patches to NGINX cores >= 1.13.6 instead of == 1.13.6 Improvements ------------------- * Grouped all bundled components versions in `util/ver` * Sped up with...

**Reopened from #235.** Unfortunately, I force pushed a new version of the patch before reopening the PR, and GitHub won't let me do so anymore. cc. @agentzh @dndx This patch...

Hi, Would a contribution adding support for environment variables be accepted for options such as `-c` or `--nginx`? The use case is using `resty` in a shebang as such: ```...

Major refactor of the Lua bridge to support multiple concurrent yielding Lua threads, and refactor how dispatch calls failures to continue executing the request. Replaces #539, #545, #523. The new...

See thread at: https://github.com/Kong/ngx_wasm_module/pull/265

enhancement
area/runtime
area/util

Hello! Good job on the plugin! We are happy to see members of the community stepping forward and publishing Kong plugins on Luarocks :) As of now, we don't offer...