Suresh

Results 45 issues of Suresh

* Env ```bash recaf: 3.0.0-SNAPSHOT-15 ❯ java --version openjdk 17.0.4 2022-07-19 LTS OpenJDK Runtime Environment Zulu17.36+13-CA (build 17.0.4+8-LTS) OpenJDK 64-Bit Server VM Zulu17.36+13-CA (build 17.0.4+8-LTS, mixed mode, sharing) ``` *...

bug
3.X
4.X

I understand that the plugin doesn't support `Kotlin 2.x` officially, but things have been working fine until `2.0.0-Beta1` and it throws the following error with the latest update. I am...

Wasm compilation fails when using `LocalDateTime.now()` #### Env ``` Java: OpenJDK 20 bytecoder = "2023-04-05" ``` ### Error ``` Caused by: java.lang.IllegalStateException: No such method : Parsing method body of...

enhancement

VegaLite is an amazing interactive visualization library using concise, declarative JSON syntax - https://vega.github.io/vega-lite/ Would be great to have support for vegalite that would allows us to create any interactive...

Hi, thanks for working on this library and it seems simpler compared to myriad of other DI frameworks. Have few questions * Does this work on Multiplatform shared module or...

Can we add support for `LinuxArm64` ?

### Env ```bash ProductName: macOS Monterey ProductVersion: 12.5 M1 (Arm64) ``` `brew install` fails in invalid CPU arch error. ### Error ```bash $ brew tap ktorio/ktor ... $ brew install...

I am not sure whether this plugin is still maintained. If so, any plans to update the GJF version to latest which has support for the latest JDK versions. Thanks...

Can we add support for LinuxArm64 also? Getting the following error ``` :shared:linuxArm64Main: Could not resolve io.arrow-kt:suspendapp:0.4.1-alpha.5. ```

Thanks for this project. Today, I am using https://github.com/airlift/airline for most my CLI parsing and it has better support for Single and multi-command modes. Does kotlinx.cli have any plans to...