Amal Shaji

Results 5 issues of Amal Shaji

``` > Could not resolve all dependencies for configuration ':composeApp:wasmJsNpmAggregated'. > Could not find io.ktor:ktor-client-js-wasm-js:2.3.8. Searched in the following locations: - https://dl.google.com/dl/android/maven2/io/ktor/ktor-client-js-wasm-js/2.3.8/ktor-client-js-wasm-js-2.3.8.pom - https://repo.maven.apache.org/maven2/io/ktor/ktor-client-js-wasm-js/2.3.8/ktor-client-js-wasm-js-2.3.8.pom - https://maven.pkg.jetbrains.space/public/p/compose/dev/io/ktor/ktor-client-js-wasm-js/2.3.8/ktor-client-js-wasm-js-2.3.8.pom - https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental/io/ktor/ktor-client-js-wasm-js/2.3.8/ktor-client-js-wasm-js-2.3.8.pom Required by:...

bug

### Bug Description When I try to do a LEFT JOIN where there might be no rows, SQLX doesn't take the field as nullable. Even when the field in the...

bug

Thank you for making this library :). I wanted to set the equivalent of these two fields. ``` virtualHostedStyle: true, cname:"https://cdn.example.com" ``` Is it possible as of now.

Hi there, Can you help me out of this predicament here. I want to use staticx to link termux binaries which are made with Android NDK. The issue is, staticx...

I am running a python script using shell.run() But even after `interrupt()` or even `shutdown()`, the subprocess spawned inside the python script still keeps running. ``` val result = shell.run(command)...