Muayyad Alsadi

Results 17 issues of Muayyad Alsadi

continue on #22 https://docs.docker.com/compose/compose-file/#healthcheck https://docs.docker.com/engine/reference/builder/#healthcheck https://docs.docker.com/engine/reference/run/#healthcheck and https://github.com/containers/libpod/issues/3507

enhancement
help wanted

### Motivation I made a simple `WASM` image filter, I tested it on the browser, compare it to pure js version and tried wasmer to run the filter. There was...

🎉 enhancement

this is a great enhancement from 43 ms to 6 ms in @alexprengere question in #96 ``` 0.0002523580042179674 # math_gcd 0.0014094869984546676 # python_gcd 0.043804362998344004 # wasm_gcd 0.005873051006346941 # wasm_gcd_alt

as mentioned in parent performance ticket https://github.com/bytecodealliance/wasmtime-py/issues/96#issuecomment-1497336349 we have a bottleneck when python is called from inside wasm here is a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) unlike #96 which is to be...

While discussing #96 I was able to identify a bottleneck there was needlessly large time wasted in passing the arguments and retrieving the return basically I made a simple 32-bit...

the following works ``` req-logger = file:/tmp/out.log log-format = %(addr) - %(user) [%(ltime)] "%(method) %(uri) %(proto)" %(status) %(size) "%(referer)" "%(uagent)" ``` changing it to ``` req-logger = file:/tmp/out.log log-req-encoder =...

both `consul` and `etcd` have the ability to watch for key