Guilherme Delgado

Results 32 issues of Guilherme Delgado

JFrog just announced that they'll be shutting down JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Key dates are: - February 28th: No more submissions will be accepted to Bintray, JCenter - May 1st: Bintray, JCenter...

- Replaced RxJava dependency with coroutines; - Removed dependencies being added by sephirith74 imported libs; - Cleanup all warnings; - Reformat Code task; - Lib version bump; - Gradle versions...

Adds Expressus project sample

Hello @Nimrodda , I've the same DI setup as you, everything works like a charm, but I was wondering, what if we would like to dynamically put some values inside...

Running on M1 Pro the plugin generates the .dot file but not the .png Running on Intel it works, could be just a coincidence. Any thoughts?

If I have this setup: ``` state { on { transitionTo(..., ...) } on { dontTransition(SideEffect.ShowSomething) } } state { ... } ``` It will throw an error saying: >...

> ➜ ./gradlew runDistributable > Configuration on demand is an incubating feature. > Type-safe project accessors is an incubating feature. > > Task :desktopApp:createRuntimeImage FAILED > > FAILURE: Build failed...

**Describe the bug** Glitch in navigation between Compose and Swift UI in a form of vertical white line on the device (simulator seems ok). Navigation it's handled [natively](https://github.com/GuilhE/Expressus/blob/6a739c1cb7e017226b938aa27ef44d1bd1de5f3c/iosApp/iosApp/Screens/ExpressusSelectorScreen.swift#L20) on iOS...

bug
ios
reproduced

Every time I open my project I get this error. It doesn't prevent the project to successfully build and the app to run, but why is it throwing? Targets: ```...

cinterop

- [x ] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## 🐛 Describe the bug When updating to `jvmTarget = JavaVersion.VERSION_17.toString()` it will throw, using `VERSION_11` is ok. ##...