Thibault Charbonnier

Results 34 issues of Thibault Charbonnier

> I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Sister PR with underlying implementation and background info: https://github.com/openresty/lua-nginx-module/pull/1600

> I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Sister PR of https://github.com/openresty/lua-nginx-module/pull/1259 FFI-based API for dynamic NGINX configuration...

Hi there, Wanting to give fromscratch a try, I installed it via the snapcraft image (installed as such: https://snapcraft.io/docs/installing-snap-on-fedora): ``` $ sudo snap install fromscratch ... $ fromscratch $ echo...

This has not been discussed in issues and I do not believe there are tests cases for the config C API. Nevertheless, could we add this flag in the C...

wasmtime:api
wasmtime:c-api
wasmtime:config

``` Run coverallsapp/github-action@master Using lcov file: ./lcov.info Error: Bad response: 422 {"message":"Can't add a job to a build that is already closed. Build 5217978935 is closed. See docs.coveralls.io/parallel-builds","error":true} ``` What...

parallel-builds
github-action

Apparently CQL prefers having the name of the keyspace in case it contains any uppercase or funny characters such as: "Wiley_Booth", which makes CQL believes we are asking for "wiley_booth"...

Currently binding is only possible with ordered values: ``` lua local ok, err = session:execute([[ INSERT INTO users (name, age, user_id) VALUES (?, ?, ?) ]], {"John O'Reilly", 42, cassandra.uuid("1144bada-852c-11e3-89fb-e0b9a54a6d11")})...

Would be useful for libraries depending on UDP cosockets. E.g. https://github.com/Kong/kong/pull/4378#discussion_r264397228