Nikita Lipsky

Results 7 issues of Nikita Lipsky

### Steps to Reproduce 1. git clone https://github.com/micronaut-projects/micronaut-examples.git 2. cd hello-world-java 3. mvnw package -DskipTests 4. **mvnw package -DskipTests** 5. cd target 6. java.exe -jar hello-world-0.1.jar Fails with the exception:...

Compose 1.4 adds new abstraction: `androidx.compose.ui.text.input.PlatformTextInputPluginRegistry` Documentation says: ``` The only time a new service type and adapter should be defined is if you are building your own text input...

enhancement
input
text

The pom.xml uses controlsfx 8.0.5-SNAPSHOT. If I change it to any controlsfx release version, there is no IconFontPack in it.

People can't compile this sample on iOS (https://github.com/JetBrains/compose-multiplatform/issues/3140, https://github.com/JetBrains/compose-multiplatform/issues/3134). I suggest either make it compilable for iOS or remove iOS sources from it. It would be nice if a link...

**Description:** The documentation [says](https://github.com/actions/setup-java?tab=readme-ov-file#install-multiple-jdks) how to install multiple JDK versions. It would be nice to add ability to install multiple JDK distributions as well. **Justification:** Some of our tests require...

feature request