Hisham Muhammad

Results 639 comments of Hisham Muhammad

Thanks for the report! I am unfamiliar with Visual Studio — could you send a PR adding support for more recent MSVC versions? I think that would be the best...

I just remembered I went through a similar issue in the LuaRocks repository with Appveyor+Hererocks+Python (d'oh!) This is how I solved it, forcing Python to fetch and use updated certificates:...

> Do you know the email of the luarock maintainer? > I would like to contact them to recover the account. @zhuizhuhaomeng I emailed the address to the gmail address...

Also, friendly ping to @xiaocang since you tagged 2.1.0.10 :)

@leafo I rebased the original version of this PR into latest `master`, and I got the Github Actions workflow to run green (at least on my fork; it does not...

> @hishamhm I would like for the datakit filter to be tested with https://github.com/Kong/ngx_wasm_module/pull/546 before merging it @thibaultcha I've just tested it and it's still crashing. Running it enough times...

@thibaultcha Sure, let me try to get the same filter crash without the gateway.

Took me a while but I got a consistent repro running without the gateway: https://github.com/Kong/ngx_wasm_module/actions/runs/9133572211/job/25117356096 This branch/commit was intended only for sharing the test case: https://github.com/Kong/ngx_wasm_module/commit/495c13dcd2aaf5273d9e75a121cfec4d8c7793bd (Loading Datakit on Wasmtime...

I think I got a minimized test case. Branch `tests/interrupted-dispatch` on top of this PR — this test: https://github.com/Kong/ngx_wasm_module/commit/6cb6899c75b70370fac89f5dc47e246ef5c19ab7 Still waiting for the CI outcome [here](https://github.com/Kong/ngx_wasm_module/actions/runs/9134345555/job/25119690792), but it produces the...