Ulysses

Results 9 comments of Ulysses

So the first problem was with the gazebo version and I have solved it. Now I become the info from /image_raw , but /lightSensor topic is empty

Thanks a lot for a fast response! I have bundled it successfully, but getting some errors currently ( `JCEF_I(01:49:476): CefApp: set state NEW JCEF_I(01:49:477): CefApp: set state INITIALIZING JCEF_V(01:49:477): Initialize...

Have created an JBR issue. I think the change should be made in Jetbrains JCEF as well https://youtrack.jetbrains.com/issue/JBR-8462/Bump-JCEF-version-please

Have found following tests in Jetbtains Jcef https://github.com/JetBrains/jcef/blob/dev/java_tests/tests/junittests/data/keyboard_scenario_linux.json In windows and MacOS JSON the characters are interpreted correctly. I'll take a look, if cef bump will change the results there

Don't really sure, what it is related. Looks for me more like missing stuff for jcef_helper rather than sendKeyEvent topic

I think it should be like ``` class KCEFBrowser internal constructor( val client: KCEFClient, private val browser: CefBrowser ) : CefBrowser by browser { val mainKCEFFrame: KCEFFrame get() = mainFrame...

Hmm. Strange. I have tried to call it here https://github.com/KevinnZou/compose-webview-multiplatform/blob/main/webview/src/desktopMain/kotlin/com/multiplatform/webview/web/WebView.desktop.kt#L145 But got an `Unresolved reference` error. Can it be, what compose-webview-multiplatform has a problem with the dependencies and therefore it...

@DatL4g So I have used windowless framerate call (browser.windowlessFrameRate.get) therefore: https://github.com/KevinnZou/compose-webview-multiplatform/pull/353/commits/c0d7bf654687f880ab5da5b906cca42862f9ed13#diff-e3597289ce5c997d467211ef71857a5dde024d837e70571152ec7ccaffee8eacR140