Suresh
Suresh
I am not sure if this makes sense for this library. So just wanted to get your opinion on providing an option to generate Bash/Zsh completion scripts for the arguments...
IntelliJ has over 7K icons and would be a great addition to compose-icons. https://jetbrains.design/intellij/resources/icons_list/ https://github.com/c5inco/intellij-icons-compose/tree/main/src/main/resources/icons/AllIcons It's license under [Apache](https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt)
Any plans to add cross-compilation feature to `native-image`? I know it's too early to ask for these kind of requirements since we don't even have a working Windows build. IMHO,...
First of all thanks for this awesome project, this is what I use for packaging all my java cli apps. I am using the latest version of capsule (using https://github.com/danthegoodman/gradle-capsule-plugin)...
Getting the following error when converting the [chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chrome/index.d.ts) typescript definition file. ``` $ npm install -g dukat@next $ wget https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chrome/index.d.ts $ dukat index.d.ts ``` ``` unresolved exception TypeError: Cannot read...
The library looks awesome. Please publish it to maven central.
Jitpack is not reliable and can't be used in most corporate environments. So please consider publishing this library to maven central. Thank you for the nice work!
Flutter/Dart is getting a lot popular in mobile/web/multiplatform apps development and it would be great if there is a native rsocket client available on Dart.
OpenJDK 19 is going to be released in few weeks. I was trying to run a sample compose desktop application with JDK19 EA build and the packaging step is failing...
I am using this library with ktor on JVM and really liking it. Thanks for all the work done on this library. Are there any plans to support other kotlin...