Jeff Retz
Jeff Retz
@FriwiDev Is it possible to extract the jcef files from the https://github.com/JetBrains/JetBrainsRuntime/releases? It doesn't need to be build I guess just somewhat extracted and repackaged ([NexusRepo](https://artifacts.itemis.cloud/#browse/browse:maven-mps:com%2Fjetbrains%2Fjdk%2Fjbr_jcef))
The project is configured correctly, that means iOS targets are setup up to build and publish. @hadiyarajesh The publish workflow however does not support building for iOS and macOS. Simply...
Can you please provide information how you start discovery on both ends. Additionally I don't recommend using emulators, especially not mixed with real devices. And FYI **you can't broadcast to...
To get broadcast over multiple subnets to work, we would need a Multicasting service. I've never done that and absolutely no time to look into this, however if you're familiar...
This is a hard one. Technically it's possible to merge caches that aren't the same version as long as they are version 10 and up. However there are cases where...
@begin-theadventure As you already stated some information about that in your repository, it would be nice if you could elaborate more about this here and give an opinion about merging...
So I fixed the problem by running `yarn add stream@npm:readable-stream` But I'll keep this issue open
All modules are migrated now (some small behavior changes are included). This PR is ready for review and testing now. Keep in mind that `androidTest` got not migrated or updated...
@maicol07 my android config looks like this: ```gradle android { ... packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" merges += "values**" } } compileOptions { isCoreLibraryDesugaringEnabled = true } }...
I see, not sure why it's happening as the `rating` module for example works as expected and uses resources as well. Maybe this will automatically be fixed when compose multiplatform...