Jeff Retz

Results 117 comments of Jeff Retz

Ktor 3.0.0 https://github.com/ktorio/ktor/releases/tag/3.0.0 is stable now

KCEF already supports loading from the bundled binaries for a while and even autodetects this since https://github.com/DatL4g/KCEF/releases/tag/v2024.04.20.4 However everyone seems to ignore my comments (since I mentioned it multiple times...

Yes the binary size grows of course, that's the price you have to pay if you want to support all platforms. I can only speak of Linux here as I...

Some more thoughts on this topic. # Availability This section describes some availability issues depending on the platform and if it's nice to have (on a end-user perspective). ## 🍎...

@rudolfkopriva @mathankumar-dotworld https://github.com/KevinnZou/compose-webview-multiplatform/pull/240 needs to be merged then you can use/bundle your app with the JetBrains JCEF JDK and load these binaries yourself. So no need of downloading anymore. Probably...

Version `2025.03.23` should be available in ~30min. Should be compatible with https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.14b1367.22 Let me know if it works

Under the hood `create()` and `createService()` are not the same. I understand why the `create()` method is discouraged. However instead of `@Deprecated` we could annotate it with something like this:...

Exactly. Not sure if you want to do something like Pages which has a direct Decompose integration for Adaptive Layouts as well. But an example would be nice.

Well I'm not quite sure how to implement it "correctly", as there are a few things to think about. Normally I just use ChildStack for my screens and ChildSlot for...

That's not possible. KCEF is just a wrapper to load JetBrains/jcef so please open an issue there.