Oliver Wangler

Results 6 issues of Oliver Wangler

First of all, this is a an extremely convenient collection of scripts for managing the data on an Unraid instance -- thanks for this! With the recent updates of Unraid,...

It's currently not possible to have the `AsyncHttpServer` bind on specified interfaces, it always binds on all interfaces (`0.0.0.0`). Looking at the code https://github.com/koush/AndroidAsync/blob/0e150f50d2a9bb068b18992040d6062dc2b88167/AndroidAsync/src/com/koushikdutta/async/http/server/AsyncHttpServer.java#L228-L229 `null` is passed as the `host`...

Hey, the current approach of this library assumes that `cargo test` is executed on the host system running docker. For having a reproducible environment, it makes sense to run the...

Check for example for * [crossOriginIsolated](https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated) * support for threads via [wasm-feature-detect](https://github.com/GoogleChromeLabs/wasm-feature-detect) * Unsupported browser etc.

Thanks for updating the library for proper stream support! I'm building a gRPC client, that works both on native and on the web platform. I stumbled across the following bug:...