Eric Pabst

Results 18 comments of Eric Pabst

The build failed for an unrelated reason: Cannot find matching toolchain definitions for the following toolchain types: jdk [ version='1.6' ]

This appears to already be done, hence the conflict. I recommend closing this pull request.

The PR build failure is unrelated: [ERROR] /home/travis/build/qos-ch/logback/logback-classic/src/main/java/module-info.java:[8,21] module not found: groovy

@huxi Do you have a recommendation on the problem this was intended to solve? See https://jira.qos.ch/browse/LOGBACK-1356

That makes sense to update PMD. The fewer PMD issues to tell users about the better, by having the code handle cases directly.

https://github.com/qos-ch/slf4j/pull/191 will provide a mechanism for a more thorough fix in the future.

This has been solved! See https://github.com/JetBrains/compose-jb/blob/master/examples/web_landing/src/jsMain/kotlin/com/sample/content/CodeSnippets.kt#L262-L264

From https://kotlinlang.slack.com/archives/C01F2HV7868/p1620840823134500 Oleksandr Karpovich [JB] 8 hours ago I made a quick naive example (kind of PoC) https://github.com/JetBrains/compose-jb/tree/web-with-react-component-example/examples/web-with-react it integrates https://www.npmjs.com/package/react-youtube-lite (wraps it in @Composable) hope that gives some idea....